mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
update NEWS [ruby-core:71970]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0d89c6db7e
commit
71a4d189bd
1 changed files with 3 additions and 1 deletions
4
NEWS
4
NEWS
|
@ -122,7 +122,9 @@ with all sufficient information, see the ChangeLog file.
|
|||
* RubyVM::InstructionSequence
|
||||
* add the following methods as a primitive tool of iseq loader.
|
||||
See sample/iseq_loader.rb for usage.
|
||||
[Feature #11788] (experimental feature)
|
||||
Note that loader does not have verifier so it is easy to cause
|
||||
critical problem by loading modified/broken binary data.
|
||||
See [Feature #11788] for more details. (experimental feature)
|
||||
* RubyVM::InstructionSequence#to_binary_format(extra_data = nil)
|
||||
* RubyVM::InstructionSequence.from_binary_format(binary)
|
||||
* RubyVM::InstructionSequence.from_binary_format_extra_data(binary)
|
||||
|
|
Loading…
Reference in a new issue