Commit c9b0d8f9 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Switch focus to the LLVM jit

parent 1ca22ce6
......@@ -28,15 +28,15 @@ bool LOG_IC_ASSEMBLY = 0;
bool LOG_BJIT_ASSEMBLY = 0;
bool CONTINUE_AFTER_FATAL = false;
bool FORCE_INTERPRETER = true;
bool FORCE_INTERPRETER = false;
bool FORCE_OPTIMIZE = false;
bool SHOW_DISASM = false;
bool PROFILE = false;
bool DUMPJIT = false;
bool TRAP = false;
bool USE_STRIPPED_STDLIB = true; // always true
bool ENABLE_INTERPRETER = true;
bool ENABLE_BASELINEJIT = 1;
bool ENABLE_INTERPRETER = false; // XXX
bool ENABLE_BASELINEJIT = false; // XXX
bool ENABLE_PYPA_PARSER = true;
bool ENABLE_CPYTHON_PARSER = false;
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