diff options
author | Alan Wu <[email protected]> | 2020-10-19 09:47:39 -0400 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:25 -0400 |
commit | 93f6ac39f20f64a879507db98a16177530e9f3d4 (patch) | |
tree | e637f031469ce2c2ed3697c3f43fed3956f2d372 /iseq.h | |
parent | ba45aff16b1246a3c6b31e9cebb0096fb4e1fcae (diff) |
MicroJIT: Don't compile trace instructions
Diffstat (limited to 'iseq.h')
-rw-r--r-- | iseq.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -167,6 +167,8 @@ const rb_iseq_t *rb_iseq_load_iseq(VALUE fname); unsigned int *rb_iseq_insns_info_decode_positions(const struct rb_iseq_constant_body *body); #endif +int rb_vm_insn_addr2opcode(const void *addr); + RUBY_SYMBOL_EXPORT_BEGIN /* compile.c */ |