From 11354e242a849b0400434724f52a7ed1ecaf1899 Mon Sep 17 00:00:00 2001 From: marcandre Date: Fri, 22 Feb 2013 23:17:06 +0000 Subject: * NEWS: + RubyVM::InstructionSequence new methods git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index aaa8dffbc1..06f8114beb 100644 --- a/NEWS +++ b/NEWS @@ -143,6 +143,11 @@ with all sufficient information, see the ChangeLog file. * added Range#bsearch for binary search. * RubyVM (MRI specific) + * added RubyVM::InstructionSequence.of to get the instruction sequence + from a method or a block. + * added RubyVM::InstructionSequence#path, #absolute_path, #label, + #base_label and #first_lineno to retrieve information from where + the instruction sequence was defined. * added Environment variables to specify stack usage: * RUBY_THREAD_VM_STACK_SIZE: vm stack size used at thread creation. default: 128KB (32bit CPU) or 256KB (64bit CPU). -- cgit v1.2.3