pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/gperftools



Module Name:    pkgsrc
Committed By:   hiramatsu
Date:           Fri Apr  3 14:05:38 UTC 2015

Modified Files:
        pkgsrc/devel/gperftools: Makefile distinfo
Removed Files:
        pkgsrc/devel/gperftools/patches: patch-Makefile.in

Log Message:
Update devel/gperftools to 2.4, patch provided by Jonathan Buschmann in PR 49625.

Changes from previous:

== 2.4 ==

+ enabled aggressive decommit option by default, significantly improve memory fragmentation
+ new ./configure flags for tcmalloc pagesize and tcmalloc allocation alignment.
+ Faster malloc/free, 5% on static library and about 10% on shared library. Mainly due to more efficient checking of malloc hooks.
+ Improved accuracy of stacktrace capturing in cpu profiler

== 2.3 ==

+ New experimental method for CPU profiling (only for Linux)
+ Most are fixes to pprof
+ Few other fixes, notably libunwind integration (selectable in configure step) and disabled on OSX & ppc64

== 2.2 ==

+ Support for mips/mips64/aarch64/ppc64-le
+ New method for capturing backtrace
+ More fixes
+ Fixes for Windows
+ Sources served by Google drive


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/gperftools/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/gperftools/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/gperftools/patches/patch-Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index