1
0
Fork 0
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:
ko1 2015-12-09 04:51:29 +00:00
parent 0d89c6db7e
commit 71a4d189bd

4
NEWS
View file

@ -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)