Skip to content

Commit 4bacacd

Browse files
committed
Add ko1's work
1 parent 3b292e9 commit 4bacacd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

en/news/_posts/2015-12-11-ruby-2-3-0-preview2-released.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ The did_you_mean gem
3131
shows the candidates on the `NameError` and `NoMethodError` to ease
3232
debugging.
3333

34+
[RubyVM::InstructionSequence#to_binary and .load_from_binary] (https://bugs.ruby-lang.org/issues/11788) are introduced as experimental feature. With these features, we can make a ISeq (bytecode) pre-compilation system.
35+
36+
Ruby 2.3 includes many performance tuning fixes.
37+
For example, [optimize Proc#call] (https://bugs.ruby-lang.org/issues/11569),
38+
[reconsider method entry data structure] (https://bugs.ruby-lang.org/issues/11278),
39+
[introducing new table data structure] (https://bugs.ruby-lang.org/issues/11420),
40+
machine code level tuning for object allocation and method calling code,
41+
and other many optimizations.
42+
3443
Try and enjoy programming with Ruby 2.3.0-preview2, and report us your
3544
knowledge!
3645

0 commit comments

Comments
 (0)