diff options
author | Takashi Kokubun <[email protected]> | 2021-06-02 00:09:47 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2021-06-02 00:09:47 -0700 |
commit | c32ce2cbf100edd2a88e4230f08879c7cc73a891 () | |
tree | 21bbfebee1f7ed9450fa83739500ed9e2c7162fc /vm_insnhelper.h | |
parent | 0f97aaa6cff486cce5e5d0cea796a6522df0e5e6 (diff) |
Clarify these are just for MJIT
and not for third-party libraries. See: e6484a153038703447b50fcac26349249922ab28
-rw-r--r-- | vm_insnhelper.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,13 +11,13 @@ **********************************************************************/ -RUBY_SYMBOL_EXPORT_BEGIN RUBY_EXTERN VALUE ruby_vm_const_missing_count; RUBY_EXTERN rb_serial_t ruby_vm_global_constant_state; RUBY_EXTERN rb_serial_t ruby_vm_class_serial; -RUBY_SYMBOL_EXPORT_END #if VM_COLLECT_USAGE_DETAILS #define COLLECT_USAGE_INSN(insn) vm_collect_usage_insn(insn) |