Project

General

Profile

« Previous | Next » 

Revision 28efc0c9

Added by alanwu (Alan Wu) over 1 year ago

YJIT: Fix canary crash with Array#<< (#10568)

Previously, we got "We are killing the stack canary set by opt_ltlt"
from $./miniruby --yjit-call-threshold=1 -e 'a = [].freeze; a << 1'

Found by running ruby-spec with yjit-call-threshold=1.