File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,14 @@ Compatibility:
18
18
* ` Exception#full_message ` now defaults the order to ` :top ` like CRuby 3+ (@eregon ).
19
19
* Fix ` Process.wait2 ` to return ` nil ` when the ` WNOHANG ` flag is given and the child process is still running (@bjfish ).
20
20
* Disable most ` nokogiri ` C extension patches when system libraries are not being used (#2693 , @aardvark179 ).
21
+ * Implement ` rb_gc_mark_maybe ` and ` rb_global_variable ` to ensure ` VALUE ` stay live in C extensions (@aardvark179 ).
21
22
22
23
Performance:
23
24
24
25
* Reimplement ` Float#to_s ` for better performance (#1584 , @aardvark179 ).
25
26
* Improve reference processing by making C object free functions and other finalizers more lightweight (@aardvark179 ).
26
27
* Improve performance of ` RSTRING_PTR ` for interned strings (@aardvark179 ).
28
+ * Cache constant argument formats used with ` rb_scan_args_kw ` (@aardvark179 ).
27
29
28
30
Changes:
29
31
Original file line number Diff line number Diff line change 1
- 1
1
+ 2
You can’t perform that action at this time.
0 commit comments