[前][次][番号順一覧][スレッド一覧]

ruby-changes:35549

From: normal <ko1@a...>
Date: Fri, 19 Sep 2014 05:38:08 +0900 (JST)
Subject: [ruby-changes:35549] normal:r47631 (trunk): NEWS: note --with-jemalloc option [ci skip]

normal	2014-09-19 05:37:52 +0900 (Fri, 19 Sep 2014)

  New Revision: 47631

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47631

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

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 47630)
+++ ChangeLog	(revision 47631)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Sep 19 05:36:16 2014  Eric Wong  <e@8...>
+
+	* NEWS: note --with-jemalloc option [ci skip]
+
 Thu Sep 18 16:26:27 2014  NAKAMURA Usaku  <usa@r...>
 
 	* test/rubygems/test_gem_commands_setup_command.rb: @ui uses StringIO
Index: NEWS
===================================================================
--- NEWS	(revision 47630)
+++ NEWS	(revision 47631)
@@ -253,3 +253,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L253
   * 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]

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]