aboutsummaryrefslogtreecommitdiffstats
path: root/yjit.h
diff options
context:
space:
mode:
Diffstat (limited to 'yjit.h')
-rw-r--r--yjit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/yjit.h b/yjit.h
index 3359a51435..1969ced260 100644
--- a/yjit.h
+++ b/yjit.h
@@ -33,6 +33,9 @@ struct rb_yjit_options {
// Enable compilation with YJIT
bool yjit_enabled;
+ // Size of the executable memory block to allocate in MiB
+ unsigned exec_mem_size;
+
// Number of method calls after which to start generating code
// Threshold==1 means compile on first execution
unsigned call_threshold;