summaryrefslogtreecommitdiff
path: root/rjit.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-04-03 22:52:38 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-04-04 00:35:29 -0700
commit19506650efeb8b19cea3f72d3f95547c5cbc3659 (patch)
treebe5eacc769e42bd350dd5420e265d052f168c9dc /rjit.h
parent2c560b976ed86730dfa305266fcc69033f6790cc (diff)
downloadruby-19506650efeb8b19cea3f72d3f95547c5cbc3659.tar.gz
RJIT: Add --rjit-verify-ctx option
Diffstat (limited to 'rjit.h')
-rw-r--r--rjit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rjit.h b/rjit.h
index aeb0a933df..1efd4f3ae7 100644
--- a/rjit.h
+++ b/rjit.h
@@ -36,6 +36,8 @@ struct rb_rjit_options {
bool trace_exits;
// Enable disasm of all JIT code
bool dump_disasm;
+ // Verify context objects
+ bool verify_ctx;
// [experimental] Do not start RJIT until RJIT.resume is called.
bool pause;
};