* include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
(GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed): declare. * allchblk.c (GC_allchblk_nth): Change text and support reduced frequency for blacklist warning message. * misc.c (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed): define. (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and GC_LARGE_ALLOC_WARN_INTERVAL environment variables. * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate. (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation. * dyn_load.c (_DYNAMIC): Move declaration to file scope. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52053 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- boehm-gc/ChangeLog 16 additions, 0 deletionsboehm-gc/ChangeLog
- boehm-gc/allchblk.c 7 additions, 3 deletionsboehm-gc/allchblk.c
- boehm-gc/doc/README.environment 10 additions, 1 deletionboehm-gc/doc/README.environment
- boehm-gc/dyn_load.c 5 additions, 4 deletionsboehm-gc/dyn_load.c
- boehm-gc/include/private/gc_priv.h 7 additions, 2 deletionsboehm-gc/include/private/gc_priv.h
- boehm-gc/misc.c 23 additions, 2 deletionsboehm-gc/misc.c
Loading
Please register or sign in to comment