You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable write barrier protection on Resource (#469)
Resources are not holding any references to Ruby objects
as such they can be marked as WB protected without any change.
This mean the Ruby garbage collect won't have to mark them
on minor GC runs if the resource was promoted to oldgen.
Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
0 commit comments