Project

General

Profile

« Previous | Next » 

Revision d4bbee74

Added by alanwu (Alan Wu) almost 2 years ago

YJIT: Fix off-by-one in Kernel#send type handling (#9212)

Previously, if the method ID argument happens to be on one below the top
of the stack, we didn't overwrite the type of the stack slot, which
leaves an incorrect type for the stack slot. The included script tripped
asserts both with and without --yjit-verify-ctx.