1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

update NEWS about theap

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2018-10-30 22:24:35 +00:00
parent 870363886f
commit 3bdd8e74f3

5
NEWS
View file

@ -454,6 +454,11 @@ sufficient information, see the ChangeLog file or Redmine
* timer thread is eliminated for platforms with POSIX timers [Misc #14937]
* Transient Heap (theap) is supported. [Bug #14858] [Feature #14989]
theap is managed heap for short-living memory objects. For example,
making small and short-living Hash object is x2 faster. With rdoc benchmark,
we maesured 6-7% performance improvement.
=== Miscellaneous changes
* On macOS, shared libraries no longer include a full version number of Ruby