Project

General

Profile

« Previous | Next » 

Revision 381bdee1

Added by Maple Ong over 2 years ago

YJIT: Support invokesuper in a block (#7264)

Support invokesuper in a block on YJIT

invokesuper previously side exited when it is in a block. To make sure we're compiling the correct method in super, we now use the local environment pointer (LEP) to get the method, which will work in a block.

Co-authored-by: John Hawthorn