From: Eric Wong Date: 2015-12-08T11:45:04+00:00 Subject: [ruby-core:71945] Re: [Ruby trunk - Feature #11788] [Open] New ISeq serialize binary format ko1@atdot.net wrote: > * RubyVM::InstructionSequence#to_binary_format returns binary format data as String object. > * RubyVM::InstructionSequence.from_binary_format(data) de-serialize it. Why a new custom binary format instead of existing iseq.to_a + marshal? Is performance improved enough to be worth extra code?