Skip to content

Commit d8305e3

Browse files
committed
bjit: enable MAP_32BIT
1 parent 9e745a3 commit d8305e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/baseline_jit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace pyston {
2525

2626
// passes MAP_32BIT to mmap when allocating the memory for the bjit code.
2727
// 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
28+
#define ENABLE_BASELINEJIT_MAP_32BIT 1
2929
#define ENABLE_BASELINEJIT_ICS 1
3030

3131
class AST_stmt;

0 commit comments

Comments
 (0)