diff options
author | Takashi Kokubun <[email protected]> | 2022-09-18 21:45:58 +0900 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2022-09-23 06:44:28 +0900 |
commit | f2bea691cd12150a526ddc4be95c5396f07920ba (patch) | |
tree | 654431ea4c7f7816b491ba28c77afe83e670410d /inits.c | |
parent | 88bf8ad6e99fa36c7b4a0b5cbb6fc99777360855 (diff) |
Builtin RubyVM::MJIT::C
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6418
Diffstat (limited to 'inits.c')
-rw-r--r-- | inits.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ rb_call_builtin_inits(void) BUILTIN(marshal); #if USE_MJIT BUILTIN(mjit); + BUILTIN(mjit_c); BUILTIN(mjit_compiler); #endif Init_builtin_prelude(); |