diff options
author | Kevin Newton <[email protected]> | 2024-01-22 09:39:59 -0500 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2024-01-22 10:18:41 -0500 |
commit | 6bcbb9a02baa8585c2d65e29c0a65d791b077611 (patch) | |
tree | 0fad69ac156e97c382b180874ba23ddcef648817 /iseq.h | |
parent | 2abf153016088605ea6dc77d9f6ba61f619cc273 (diff) |
Make prism respect dump_without_opt
Diffstat (limited to 'iseq.h')
-rw-r--r-- | iseq.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ void rb_iseq_init_trace(rb_iseq_t *iseq); int rb_iseq_add_local_tracepoint_recursively(const rb_iseq_t *iseq, rb_event_flag_t turnon_events, VALUE tpval, unsigned int target_line, bool target_bmethod); int rb_iseq_remove_local_tracepoint_recursively(const rb_iseq_t *iseq, VALUE tpval); const rb_iseq_t *rb_iseq_load_iseq(VALUE fname); -rb_iseq_t * rb_iseq_new_main_prism(pm_string_t *input, pm_options_t *options, VALUE path); +rb_iseq_t * rb_iseq_new_main_prism(pm_string_t *input, pm_options_t *options, VALUE path, VALUE optimize); #if VM_INSN_INFO_TABLE_IMPL == 2 unsigned int *rb_iseq_insns_info_decode_positions(const struct rb_iseq_constant_body *body); |