summaryrefslogtreecommitdiff
path: root/iseq.h
diff options
context:
space:
mode:
authorKevin Newton <[email protected]>2024-01-22 09:39:59 -0500
committerKevin Newton <[email protected]>2024-01-22 10:18:41 -0500
commit6bcbb9a02baa8585c2d65e29c0a65d791b077611 (patch)
tree0fad69ac156e97c382b180874ba23ddcef648817 /iseq.h
parent2abf153016088605ea6dc77d9f6ba61f619cc273 (diff)
Make prism respect dump_without_opt
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iseq.h b/iseq.h
index 35780f2862..e5774d098c 100644
--- a/iseq.h
+++ b/iseq.h
@@ -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);