[SVN-Commit] r1033 - trunk
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Tue Sep 25 07:03:04 UTC 2012
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
More information about the freebsd-gecko
mailing list