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'
$./miniruby --yjit-call-threshold=1 -e 'a = [].freeze; a << 1'
Found by running ruby-spec with yjit-call-threshold=1.
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.