Actions
Bug #6786
closedAdd :trace_instruction to the output of RubyVM::InstructionSequence.compile_option
Description
: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.
Files
Updated by ko1 (Koichi Sasada) about 12 years ago
- Target version set to 2.0.0
Updated by ko1 (Koichi Sasada) almost 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r37860.
David, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- iseq.c (make_compile_option_value): add trace_instruction option.
a patch by davidbalbert (David Albert).
[Bug #6786]
Actions
Like0
Like0Like0