mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add a NEWS entry for [Feature #16163]
This commit is contained in:
parent
75acbd5f00
commit
644336eef5
1 changed files with 5 additions and 0 deletions
5
NEWS
5
NEWS
|
@ -703,6 +703,11 @@ JIT::
|
|||
|
||||
* Default value of +--jit-min-calls+ is changed from 5 to 10,000
|
||||
|
||||
RubyVM::InstructionSequence::
|
||||
|
||||
* RubyVM::InstructionSequence#to_binary method generate compiled binary.
|
||||
The binary size is reduced. [Feature #16163]
|
||||
|
||||
=== Miscellaneous changes
|
||||
|
||||
* Support for IA64 architecture has been removed. Hardware for testing was
|
||||
|
|
Loading…
Reference in a new issue