summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-18 20:37:52 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-18 20:37:52 +0000
commit65333e1f6e93982d7528ad6a990fc7fd0a8c0f65 (patch)
treed4bba702137bb1136f6e1792590bb86d7614b7da /NEWS
parentdc70a9c422361e91ca313179f96e8b0b2c2d89e9 (diff)
NEWS: note --with-jemalloc option [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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]