[DOC] NEWS.md update about code GC
See <https://github.com/ruby/ruby/pull/8865> and 50402db5a7d3bb2a9a93d63a63295b4d85a68088
This commit is contained in:
parent
f5fa90fe0b
commit
cdaca574ce
7
NEWS.md
7
NEWS.md
@ -237,9 +237,10 @@ changelog for details of the default gems or bundled gems.
|
|||||||
* This can also be used to enable YJIT only once your application is
|
* This can also be used to enable YJIT only once your application is
|
||||||
done booting. `--yjit-disable` can be used if you want to use other
|
done booting. `--yjit-disable` can be used if you want to use other
|
||||||
YJIT options while disabling YJIT at boot.
|
YJIT options while disabling YJIT at boot.
|
||||||
* Option to disable code GC and treat `--yjit-exec-mem-size` as a hard limit
|
* Code GC now disabled by default, with `--yjit-exec-mem-size` treated as a hard limit
|
||||||
* Can produce better copy-on-write behavior on servers using unicorn and forking
|
* Can produce better copy-on-write behavior on forking web servers such as `unicorn`
|
||||||
* `ratio_in_yjit` stat produced by `--yjit-stats` is now avaiable in release builds,
|
* Use the `--yjit-code-gc` option to automatically run code GC when YJIT reaches the size limit
|
||||||
|
* `ratio_in_yjit` stat produced by `--yjit-stats` is now available in release builds,
|
||||||
a special stats or dev build is no longer required to access most stats.
|
a special stats or dev build is no longer required to access most stats.
|
||||||
* Exit tracing option now supports sampling
|
* Exit tracing option now supports sampling
|
||||||
* `--trace-exits-sample-rate=N`
|
* `--trace-exits-sample-rate=N`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user