summaryrefslogtreecommitdiff
path: root/rjit.c
diff options
context:
space:
mode:
Diffstat (limited to 'rjit.c')
-rw-r--r--rjit.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/rjit.c b/rjit.c
index dd54ba4ed6..773468d383 100644
--- a/rjit.c
+++ b/rjit.c
@@ -500,6 +500,10 @@ rb_rjit_init(const struct rjit_options *opts)
#endif
}
+//
+// Primitive for rjit.rb
+//
+
// Same as `RubyVM::RJIT::C.enabled?`, but this is used before rjit_init.
static VALUE
rjit_stats_enabled_p(rb_execution_context_t *ec, VALUE self)