Deleted Added
full compact
ChangeLog (242844) ChangeLog (245868)
1Following are change highlights associated with official releases. Important
2bug fixes are all mentioned, but internal enhancements are omitted here for
3brevity (even though they are more fun to write about). Much more detail can be
4found in the git revision history:
5
6 http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
7 git://canonware.com/jemalloc.git
8
1Following are change highlights associated with official releases. Important
2bug fixes are all mentioned, but internal enhancements are omitted here for
3brevity (even though they are more fun to write about). Much more detail can be
4found in the git revision history:
5
6 http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
7 git://canonware.com/jemalloc.git
8
9* 3.3.0 (January 23, 2013)
10
11 This version includes a few minor performance improvements in addition to the
12 listed new features and bug fixes.
13
14 New features:
15 - Add clipping support to lg_chunk option processing.
16 - Add the --enable-ivsalloc option.
17 - Add the --without-export option.
18 - Add the --disable-zone-allocator option.
19
20 Bug fixes:
21 - Fix "arenas.extend" mallctl to output the number of arenas.
22 - Fix chunk_recycyle() to unconditionally inform Valgrind that returned memory
23 is undefined.
24 - Fix build break on FreeBSD related to alloca.h.
25
9* 3.2.0 (November 9, 2012)
10
11 In addition to a couple of bug fixes, this version modifies page run
12 allocation and dirty page purging algorithms in order to better control
13 page-level virtual memory fragmentation.
14
15 Incompatible changes:
16 - Change the "opt.lg_dirty_mult" default from 5 to 3 (32:1 to 8:1).

--- 364 unchanged lines hidden ---
26* 3.2.0 (November 9, 2012)
27
28 In addition to a couple of bug fixes, this version modifies page run
29 allocation and dirty page purging algorithms in order to better control
30 page-level virtual memory fragmentation.
31
32 Incompatible changes:
33 - Change the "opt.lg_dirty_mult" default from 5 to 3 (32:1 to 8:1).

--- 364 unchanged lines hidden ---