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

NEWS: note --with-jemalloc option [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2014-09-18 20:37:52 +00:00
parent dc70a9c422
commit 65333e1f6e
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Fri Sep 19 05:36:16 2014 Eric Wong <e@80x24.org>
* NEWS: note --with-jemalloc option [ci skip]
Thu Sep 18 16:26:27 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* test/rubygems/test_gem_commands_setup_command.rb: @ui uses StringIO

6
NEWS
View file

@ -253,3 +253,9 @@ with all sufficient information, see the ChangeLog file.
* RUBY_INTERNAL_EVENT_GC_ENTER
* RUBY_INTERNAL_EVENT_GC_EXIT
r47528
=== Build system updates
* jemalloc is optionally supported via `./configure --with-jemalloc`
jemalloc may be suitable when system malloc is slow or prone
to fragmentation. [Feature #9113]