Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2012 07:02:58 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1033 - trunk
Message-ID:  <201209250702.q8P72wYT094717@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Sep 25 07:02:58 2012
New Revision: 1033

Log:
and remove it, this can only cause grief

Modified:
   trunk/Gecko_ChangeLog

Modified: trunk/Gecko_ChangeLog
==============================================================================
--- trunk/Gecko_ChangeLog	Tue Sep 25 06:56:52 2012	(r1032)
+++ trunk/Gecko_ChangeLog	Tue Sep 25 07:02:58 2012	(r1033)
@@ -6,19 +6,10 @@
 - unbreak -esr ports with clang3.2 [2]
 - add more reporters in about:memory: page-faults-hard, page-faults-soft,
   resident, vsize
-- use bundled jemalloc 3.0.0 on FreeBSD < 10.0 for gecko 16.0:
-  - only heap-allocated reporter works in about:memory (see bug 762445)
-  - jemalloc is tuned to "narenas:1,lg_chunk:20" by default [3]
+- use bundled jemalloc 3.0.0 on FreeBSD < 10.0 for gecko 16.0,
+  only heap-allocated reporter works in about:memory (see bug 762445)
 - use lrintf() instead of slow C cast in bundled libopus
 - use libjpeg-turbo's faster color conversion if available during build
 - record startup time for telemetry
 
 PR:	ports/171534 [1], ports/171566 [2]
-
-[3] To achieve similar effect for -esr ports on amd64:
-
-      $ MALLOC_CONF="narenas:1,lg_chunk:20" firefox # on FreeBSD 10.x
-      $ MALLOC_OPTIONS="2n2k" firefox # on FreeBSD 9.x
-      $ MALLOC_OPTIONS="2nk" firefox # on FreeBSD 8.1+
-      $ MALLOC_OPTIONS="2n" firefox # on FreeBSD 8.0
-      $ MALLOC_OPTIONS="4n" firefox # on FreeBSD 7.x



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209250702.q8P72wYT094717>