Commit 552a3cfc authored by Marius Wachtler's avatar Marius Wachtler

interpreter: increase OSR and reopt threshold

parent 1f083974
......@@ -45,8 +45,8 @@ namespace pyston {
namespace {
#define OSR_THRESHOLD 100
#define REOPT_THRESHOLD 10
#define OSR_THRESHOLD 200
#define REOPT_THRESHOLD 100
union Value {
bool b;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment