Commit 45c13b49 authored by Kevin Modzelewski's avatar Kevin Modzelewski

XXX testing

parent 075f148d
...@@ -34,7 +34,7 @@ bool DUMPJIT = false; ...@@ -34,7 +34,7 @@ bool DUMPJIT = false;
bool TRAP = false; bool TRAP = false;
bool USE_STRIPPED_STDLIB = true; // always true bool USE_STRIPPED_STDLIB = true; // always true
bool ENABLE_INTERPRETER = true; bool ENABLE_INTERPRETER = true;
bool ENABLE_BASELINEJIT = true; bool ENABLE_BASELINEJIT = 0; // XXX
bool ENABLE_PYPA_PARSER = true; bool ENABLE_PYPA_PARSER = true;
bool ENABLE_CPYTHON_PARSER = false; bool ENABLE_CPYTHON_PARSER = false;
bool USE_REGALLOC_BASIC = true; bool USE_REGALLOC_BASIC = true;
......
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