diff options
author | Daniel Colson <[email protected]> | 2025-06-18 18:58:34 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2025-06-18 15:58:34 -0700 |
commit | 3290d3d7f004fdf19311c3f4e40b01e45f14c23c (patch) | |
tree | 13413ac6c8983b65d80bf0fb9ee967cbef24e38e /spec/rubyspec/core/exception | |
parent | 521b2fcba4e96898bfd237c79f17f19530b7a030 (diff) |
* `invokebuiltin`
* `invokebuiltin_delegate`
* `invokebuiltin_delegate_leave`
These instructions all call out to a C function, passing EC, self, and
some number of arguments. `invokebuiltin` gets the arguments from the
stack, whereas the `_delegate` instructions use a subset of the locals.
`opt_invokebuiltin_delegate_leave` has a fast path for `leave`, but I'm
not sure we need to do anything special for that here (FWIW YJIT appears
to treat the two delegate instructions the same).
Notes
Notes:
Merged-By: k0kubun <[email protected]>
Diffstat (limited to 'spec/rubyspec/core/exception')
0 files changed, 0 insertions, 0 deletions