diff options
author | Jose Narvaez <[email protected]> | 2021-03-06 23:46:56 +0000 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:31 -0400 |
commit | 4e2eb7695e9b45cb5d2ae757bdb5c2043d78be78 (patch) | |
tree | 71e02cd04b191b9ce66801b67736cf69d831bd0b /inits.c | |
parent | 7f7e79d80221949f93c7ded7cbd8d26afd3dea1d (diff) |
Yet Another Ruby JIT!
Renaming uJIT to YJIT. AKA s/ujit/yjit/g.
Diffstat (limited to 'inits.c')
-rw-r--r-- | inits.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ rb_call_builtin_inits(void) BUILTIN(timev); BUILTIN(nilclass); BUILTIN(marshal); - BUILTIN(ujit); + BUILTIN(yjit); Init_builtin_prelude(); } #undef CALL |