From 65333e1f6e93982d7528ad6a990fc7fd0a8c0f65 Mon Sep 17 00:00:00 2001 From: normal Date: Thu, 18 Sep 2014 20:37:52 +0000 Subject: [PATCH] NEWS: note --with-jemalloc option [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ NEWS | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index f09518718b..ea8e3e3e3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 19 05:36:16 2014 Eric Wong + + * NEWS: note --with-jemalloc option [ci skip] + Thu Sep 18 16:26:27 2014 NAKAMURA Usaku * test/rubygems/test_gem_commands_setup_command.rb: @ui uses StringIO diff --git a/NEWS b/NEWS index 6abfa3fc50..39c24733b8 100644 --- a/NEWS +++ b/NEWS @@ -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]