From: Eric Wong Date: 2017-04-02T20:13:03+00:00 Subject: [ruby-core:80536] Re: [Ruby trunk Feature#13355] [PATCH] compile.c: optimize literal String range in case/when dispatch Eric Wong wrote: > * s/iseq_add_mark_object_compile_time/iseq_add_mark_object/ > since the range lifetime is tied to the overall iseq lifetime. Brrr.. I was wrong the second time :x iseq_add_mark_object is called in iseq_set_sequence later on, so we only need to call iseq_add_mark_object_compile_time in iseq_peephole_optimize. Unsubscribe: