From: "ko1 (Koichi Sasada)" Date: 2012-10-30T09:16:26+09:00 Subject: [ruby-core:48575] [ruby-trunk - Bug #6786] Add :trace_instruction to the output of RubyVM::InstructionSequence.compile_option Issue #6786 has been updated by ko1 (Koichi Sasada). Target version set to 2.0.0 ---------------------------------------- Bug #6786: Add :trace_instruction to the output of RubyVM::InstructionSequence.compile_option https://bugs.ruby-lang.org/issues/6786#change-31961 Author: davidbalbert (David Albert) Status: Open Priority: Normal Assignee: ko1 (Koichi Sasada) Category: YARV Target version: 2.0.0 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/