diff options
author | wiz <wiz@pkgsrc.org> | 2007-07-07 15:21:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-07-07 15:21:07 +0000 |
commit | 145bf9fa4d3d91544080a87c565cd278abf23c79 (patch) | |
tree | e0684ad375decdf79d2ef8e5c3397860dbd7fe74 /devel/boehm-gc/distinfo | |
parent | 3971ce7f5a258ca0d6e68b0ca154776efc0b176a (diff) | |
download | pkgsrc-145bf9fa4d3d91544080a87c565cd278abf23c79.tar.gz |
Update to 7.0:
Changes relative to 6.8 include, in no particular order:
- Change C code to require at least C89. Clean up code in various
other respects.
- Win64 port.
- Always count how much live data there is in the heap. Add more
robust heap expansion heuristic which relies on this.
- Remove old-style Solaris threads support and some other obsolete
platform support.
- Restructure mark code, hopefully resulting in some performance
improvements.
- Change the GC code to traffic mostly in either bytes or allocation
granules, not words, internally.
- Provide for fast inline allocation that requires less frequent client
recompilations. (Needs more testing.)
- Removed SILENT configuration macro and PRINTSTATS and GATHERSTATS
macros. Control is now via GC_PRINT_STATS and GC_PRINT_VERBOSE_STATS
encironment variables.
- Thread local allocation is now performed without needing to call
special allocation functions. The configuration macro
THREAD_LOCAL_ALLOC
continues to determine whether this is supported.
- Thread local allocation is supported on more platforms.
- Win32 threads code was rewritten and is hopefully more sane.
- Allocation routines now decide whether to lock dynamically, based on
whether a second thread has been created.
- Mostly untested support for a compiler write barrier.
- Use libatomic_ops for atomic operations.
- Limited support for malloc redirection with Linux threads (& NPTL ).
- Various bug fixes and some new platform support.
Diffstat (limited to 'devel/boehm-gc/distinfo')
-rw-r--r-- | devel/boehm-gc/distinfo | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/devel/boehm-gc/distinfo b/devel/boehm-gc/distinfo index 5dd7832fd13..e22eb4d7b4f 100644 --- a/devel/boehm-gc/distinfo +++ b/devel/boehm-gc/distinfo @@ -1,11 +1,10 @@ -$NetBSD: distinfo,v 1.32 2007/01/25 03:13:59 dmcmahill Exp $ +$NetBSD: distinfo,v 1.33 2007/07/07 15:21:07 wiz Exp $ -SHA1 (gc6.8.tar.gz) = 6d5def5ba5d29292ba9c76f04df3ec06d3ab3278 -RMD160 (gc6.8.tar.gz) = 6e894e7a51683a9342fd738baa6f1a2861e27400 -Size (gc6.8.tar.gz) = 756879 bytes -SHA1 (patch-aa) = 6a0795787aee08f015bcdbdd590d8e2583b5a274 -SHA1 (patch-ab) = 0e8b628a023a67a7da461d4fcd22df0792e4efe3 +SHA1 (gc-7.0.tar.gz) = 657d84b702a572f8a510d2c28578a6dbaad3fed2 +RMD160 (gc-7.0.tar.gz) = 4912e2590dd8212bebeeb1e32506762ca31d0088 +Size (gc-7.0.tar.gz) = 1072682 bytes +SHA1 (patch-aa) = 87a5bd5e83b0201d80a1e4e4ce6745c11b2e7cfe +SHA1 (patch-ab) = b0301507ce02a3b06bb6044b50d3ccaa522ea4f1 SHA1 (patch-ac) = 64c0f042a1ed7488158d49c77bab0330537d9e96 -SHA1 (patch-ad) = 42b3541bfacb8506ef681a9a9e350d986e0d9683 -SHA1 (patch-ae) = e8da710ece0400136c71ee7888c0ce7f719ac660 -SHA1 (patch-af) = b8505855125cd90987873e7a40f2a6b246226979 +SHA1 (patch-ad) = 893b5146db0d9f82ec95acd7e217f3d910e33ea0 +SHA1 (patch-af) = 80f1b9b136f808db1b227b70801ffa378abd07c7 |