diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-23 14:46:59 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-23 14:46:59 +0000 |
commit | 3044138bd734cf94e09250ac1bcb0886c26cdb27 (patch) | |
tree | e1a0a176fc78504dfb88c9c009ca5badf4d21801 /NEWS | |
parent | ac40fc997b6b27c4f61084d9f6fae83ea251d614 (diff) | |
download | ruby-3044138bd734cf94e09250ac1bcb0886c26cdb27.tar.gz |
RubyVM::InstructionSequence#trace_points.
* iseq.c (iseqw_trace_points): add `RubyVM::InstructionSequence#trace_points`
method for tools which want to manipulate ISeq (and traces).
* test/ruby/test_iseq.rb: add a test for this method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -168,6 +168,7 @@ with all sufficient information, see the ChangeLog file or Redmine * New method: * RubyVM::InstructionSequence#each_child + * RubyVM::InstructionSequence#trace_points * String |