Raymond Toy pushed to branch issue-243-weak-pointer-to-static-array at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/gencgc.c
    ... ... @@ -260,7 +260,7 @@ unsigned counters_verbose = 0;
    260 260
      * If true, then some debugging information is printed when scavenging
    
    261 261
      * static (malloc'ed) arrays.
    
    262 262
      */
    
    263
    -boolean debug_static_array_p = 1;
    
    263
    +boolean debug_static_array_p = 0;
    
    264 264
     
    
    265 265
     /*
    
    266 266
      * To enable the use of page protection to help avoid the scavenging