* pthread_support.c: Comment out LOCK_STATS.
* include/gc.h: Fix comments.
+2008-10-21 Hans Boehm <Hans.Boehm@hp.com> (Really Ivan Maidanski)
+ * pthread_support.c: Comment out LOCK_STATS.
+ * include/gc.h: Fix comments.
+
2008-10-20 Hans Boehm <Hans.Boehm@hp.com> (Really Ivan Maidanski)
* misc.c (GC_init_inner): Enable GC_LOG_FILE on Cygwin.
* include/private/gcconfig.h: Consider USE_MMAP for Cygwin.
/* cleared. */
/* This can be used to implement certain types of */
/* weak pointers. Note however that this generally */
- /* requires that thje allocation lock is held (see */
+ /* requires that the allocation lock is held (see */
/* GC_call_with_allock_lock() below) when the disguised */
/* pointer is accessed. Otherwise a strong pointer */
/* could be recreated between the time the collector */
/* yield by calling pthread_mutex_lock(); it never makes sense to */
/* explicitly sleep. */
-#define LOCK_STATS
+/* #define LOCK_STATS */
#ifdef LOCK_STATS
unsigned long GC_spin_count = 0;
unsigned long GC_block_count = 0;