diff options
author | Takashi Kokubun <[email protected]> | 2023-02-09 16:25:06 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-03-05 22:41:35 -0800 |
commit | 494989e87e5095a2789c110972c0a1a43f544601 (patch) | |
tree | e7cdcb2e62211e0f1d0cb4e7fc0b113a3485074c /mjit_c.h | |
parent | e8c13e55fb84ae55299f4d97cd3f9042e07dc4cf (diff) |
Partially implement send of cfunc
Diffstat (limited to 'mjit_c.h')
-rw-r--r-- | mjit_c.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -128,6 +128,12 @@ MJIT_RUNTIME_COUNTERS( send_stackoverflow, send_arity, + send_iseq_not_simple, + send_iseq_kw_splat, + + send_cfunc_variadic, + send_cfunc_too_many_args, + send_ivar, send_ivar_splat, send_ivar_opt_send, |