Project

General

Profile

« Previous | Next » 

Revision 43ff0c2c

Added by alanwu (Alan Wu) over 2 years ago

YJIT: Fix yield into block with >=30 locals on ARM

It's a register spill issue. Fix by moving the Qnil fill snippet to
after registers are released.

[Bug #19299]