Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions misc/zjit_diff.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class ZjitDiff
{ prefix: 'invokeblock_handler_', prompt: 'invokeblock handler' },
{ prefix: 'getblockparamproxy_handler_', prompt: 'getblockparamproxy handler' },
{ prefix: 'complex_arg_pass_', prompt: 'complex argument-parameter features' },
{ prefix: 'compile_hir_', prompt: 'compile HIR pass timings' },
{ prefix: 'compile_error_', prompt: 'compile error reasons' },
{ prefix: 'unhandled_yarv_insn_', prompt: 'unhandled YARV insns' },
{ prefix: 'unhandled_hir_insn_', prompt: 'unhandled HIR insns' },
Expand Down Expand Up @@ -68,7 +69,10 @@ class ZjitDiff
code_region_bytes
zjit_alloc_bytes
total_mem_bytes
compile_lir_time_ns
compile_side_exit_time_ns
side_exit_count
side_exit_size
total_insn_count
vm_insn_count
zjit_insn_count
Expand Down
Loading