summaryrefslogtreecommitdiff
path: root/rjit_c.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-10 11:55:48 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-10 13:04:45 -0800
commitc364e0745dae0371c542bff770038b210832700e (patch)
tree26b6427f924520ba1debc8a81d53e36421582efa /rjit_c.h
parent9bb43978759ca86ba09d9ca6cf24506621f5bcbe (diff)
downloadruby-c364e0745dae0371c542bff770038b210832700e.tar.gz
RJIT: Introduce --rjit-exec-mem-size
Diffstat (limited to 'rjit_c.h')
-rw-r--r--rjit_c.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/rjit_c.h b/rjit_c.h
index c14be1e5f7..ccdf9dc4fc 100644
--- a/rjit_c.h
+++ b/rjit_c.h
@@ -102,9 +102,6 @@ struct compile_status {
// New stuff from here
//
-// TODO: Make it configurable
-#define RJIT_CODE_SIZE 64 * 1024 * 1024
-
extern uint8_t *rb_rjit_mem_block;
#define RJIT_RUNTIME_COUNTERS(...) struct rb_rjit_runtime_counters { size_t __VA_ARGS__; };