diff options
author | Maple Ong <maple.ong@gusto.com> | 2023-02-09 10:41:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 10:41:29 -0500 |
commit | 381bdee118532025b9397ea282d6f5ddb65996e0 (patch) | |
tree | ae8fe3f6e213570b96455aa67e06f50ce0fd8b1e /benchmark | |
parent | 0601ba6a1bf15e13ac931921861c90535ed29dde (diff) | |
download | ruby-381bdee118532025b9397ea282d6f5ddb65996e0.tar.gz |
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 <john@hawthorn.email>
Diffstat (limited to 'benchmark')
0 files changed, 0 insertions, 0 deletions