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
Things like id.contents_lossy() may allocate strings (when the ID is a UTF-8 name) ruby#17470, and compile_patch_points! calls a tracing helper that evaluates the trace name whether tracing is enabled or not.
Things like
id.contents_lossy()may allocate strings (when the ID is a UTF-8 name) ruby#17470, andcompile_patch_points!calls a tracing helper that evaluates the trace name whether tracing is enabled or not.