]> granicus.if.org Git - gc/commitdiff
2008-11-04 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Wed, 5 Nov 2008 01:11:08 +0000 (01:11 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:44 +0000 (21:06 +0400)
* Makefile.direct: Add comment for -DCHECKSUMS.

ChangeLog
Makefile.direct

index ce57d7c7dae8d9f2c7eec26b5fdb27767bd19678..79a041b55d97a512264cc44a49e570fb820c8bcd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-11-04  Hans Boehm <Hans.Boehm@hp.com>
+       * Makefile.direct: Add comment for -DCHECKSUMS.
+
 2008-10-27  Hans Boehm <Hans.Boehm@hp.com> (Really Ivan Maidansky)
        * thread_local_alloc.c, include/private/thread_local_alloc.h:
        Fix typos in comments.
index 06cb8999308195f44864a26e8a5ad7aafc57bdb6..99101c7cd23c0afbdc6a13527b4316eb6cd5284d 100644 (file)
@@ -227,6 +227,7 @@ HOSTCFLAGS=$(CFLAGS)
 # -DCHECKSUMS reports on erroneously clear dirty bits, and unexpectedly
 #   altered stubborn objects, at substantial performance cost.
 #   Use only for debugging of the incremental collector.
+#   Not compatible with USE_MUNMAP or threads.
 # -DGC_GCJ_SUPPORT includes support for gcj (and possibly other systems
 #   that include a pointer to a type descriptor in each allocated object).
 #   Building this way requires an ANSI C compiler.