diff options
author | Maple Ong <[email protected]> | 2023-02-09 10:41:29 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-09 10:41:29 -0500 |
commit | 381bdee118532025b9397ea282d6f5ddb65996e0 (patch) | |
tree | ae8fe3f6e213570b96455aa67e06f50ce0fd8b1e /class.c | |
parent | 0601ba6a1bf15e13ac931921861c90535ed29dde (diff) |
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 <[email protected]>
Notes
Notes:
Merged-By: maximecb <[email protected]>
Diffstat (limited to 'class.c')
0 files changed, 0 insertions, 0 deletions