0.8.7.3
[sbcl.git] / src / runtime / gc-internal.h
index d0f99bf..d2b1878 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef _GC_INTERNAL_H_
 #define _GC_INTERNAL_H_
 
+/* disabling gc assertions made no discernable difference to GC speed,
+ * last I tried it - dan 2003.12.21 */
 #if 1
 #define gc_assert(ex) do { \
        if (!(ex)) gc_abort(); \