We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e745a3 commit d8305e3Copy full SHA for d8305e3
src/codegen/baseline_jit.h
@@ -25,7 +25,7 @@ namespace pyston {
25
26
// passes MAP_32BIT to mmap when allocating the memory for the bjit code.
27
// it's nice for inspecting the generated asm because the debugger is able to show the name of called C/C++ functions
28
-#define ENABLE_BASELINEJIT_MAP_32BIT 0
+#define ENABLE_BASELINEJIT_MAP_32BIT 1
29
#define ENABLE_BASELINEJIT_ICS 1
30
31
class AST_stmt;
0 commit comments