1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
Takashi Kokubun 2021-06-02 22:25:48 -07:00
parent 86c262541a
commit 31b9ce365d
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -136,6 +136,9 @@ Excluding feature bug fixes.
* The default `--jit-max-cache` is changed from 100 to 10000.
* The JIT compiler no longer skips compilation of methods longer than
1000 instructions.
* `RubyVM::MJIT` is renamed to `RubyVM::JIT`. [[Feature #17490]]
## Static analysis