From: "davidbalbert (David Albert)" Date: 2012-07-24T13:17:38+09:00 Subject: [ruby-core:46711] [ruby-trunk - Bug #6786][Open] Add :trace_instruction to the output of RubyVM::InstructionSequence.compile_option Issue #6786 has been reported by davidbalbert (David Albert). ---------------------------------------- Bug #6786: Add :trace_instruction to the output of RubyVM::InstructionSequence.compile_option https://bugs.ruby-lang.org/issues/6786 Author: davidbalbert (David Albert) Status: Open Priority: Normal Assignee: ko1 (Koichi Sasada) Category: YARV Target version: ruby -v: ruby 2.0.0dev (2012-07-24 trunk 36515) [x86_64-darwin11.4.0] :trace_instruction is a valid iseq compiler option that can be set with compile_option=, but it does not appear in the hash returned by RubyVM::InstructionSequence.compile_option. I've attached a patch that fixes this. -- http://bugs.ruby-lang.org/