summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
authorKevin Deisz <[email protected]>2021-07-07 14:45:48 -0400
committerAlan Wu <[email protected]>2021-10-20 18:19:37 -0400
commitbfde30c326788c614ea72c76b9ae22cfb5eef950 ()
treed28952c8777ec433c9fd221627573c845604f5cd /yjit_iface.h
parentbe648e0940054a693105b1a3da6c2675ee724499 (diff)
Implement expandarray
-rw-r--r--yjit_iface.h5
1 files changed, 5 insertions, 0 deletions
@@ -71,6 +71,11 @@ YJIT_DECLARE_COUNTERS(
vm_insns_count,
compiled_iseq_count,
// Member with known name for iterating over counters
last_member
)