From c364e0745dae0371c542bff770038b210832700e Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 10 Mar 2023 11:55:48 -0800 Subject: RJIT: Introduce --rjit-exec-mem-size --- rjit_c.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'rjit_c.h') 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__; }; -- cgit v1.2.1