Navigation Menu

Skip to content

Commit

Permalink
Update ujit_iface.c
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecb authored and XrXr committed Oct 20, 2021
1 parent 0710bec commit 2a99743
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ujit_iface.c
Expand Up @@ -24,12 +24,10 @@ VALUE cUjitBlock;
VALUE cUjitDisasm;
VALUE cUjitDisasmInsn;

#if RUBY_DEBUG
static int64_t vm_insns_count = 0;
int64_t rb_ujit_exec_insns_count = 0;
static int64_t exit_op_count[VM_INSTRUCTION_SIZE] = { 0 };
int64_t rb_compiled_iseq_count = 0;
#endif

// Machine code blocks (executable memory)
extern codeblock_t *cb;
Expand Down

0 comments on commit 2a99743

Please sign in to comment.