summaryrefslogtreecommitdiff
path: root/spec/ruby/library/socket/constants
diff options
context:
space:
mode:
authorDaniel Colson <[email protected]>2025-06-18 18:58:34 -0400
committerGitHub <[email protected]>2025-06-18 15:58:34 -0700
commit3290d3d7f004fdf19311c3f4e40b01e45f14c23c (patch)
tree13413ac6c8983b65d80bf0fb9ee967cbef24e38e /spec/ruby/library/socket/constants
parent521b2fcba4e96898bfd237c79f17f19530b7a030 (diff)
ZJIT: Support invokebuiltin opcodes (#13632)HEADmaster
* `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/ruby/library/socket/constants')
0 files changed, 0 insertions, 0 deletions