We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfc08b6 + b2c3b31 commit 2adf500Copy full SHA for 2adf500
en/news/_posts/2023-12-11-ruby-3-3-0-rc1-released.md
@@ -64,7 +64,7 @@ After the release of RC1, we will avoid introducing ABI incompatibilities wherev
64
done booting. `--yjit-disable` can be used if you want to use other
65
YJIT options while disabling YJIT at boot.
66
* Code GC is now disabled by default, and `--yjit-exec-mem-size` is treated
67
- as a hard limit where copilation of new code stops.
+ as a hard limit where compilation of new code stops.
68
* Better copy-on-write behavior on servers using unicorn and forking
69
* No sudden drops in performance due to code GC.
70
* You can still enable code GC if desired with `--yjit-code-gc`
0 commit comments