Project

General

Profile

« Previous | Next » 

Revision 8d14d6ea

Added by alanwu (Alan Wu) about 2 months ago

ZJIT: Spill to the stack using arguments instead of FrameState

The FrameState on the SendWithoutBlock represents the entry state,
but for instructions that push to the stack in the middle of the
instruction before actually doing the send like opt_aref_with,
the FrameState is incorrect. We need to write to the stack using the
arguments for the instruction.