guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.3-42-gd1c036


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.3-42-gd1c0362
Date: Tue, 29 Nov 2011 09:18:40 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=d1c036248c2d50cd7e288bb82f83625813ccecf2

The branch, stable-2.0 has been updated
       via  d1c036248c2d50cd7e288bb82f83625813ccecf2 (commit)
      from  6360beb28a918448ed42b0ddb905b2d9d513d8b9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d1c036248c2d50cd7e288bb82f83625813ccecf2
Author: Andy Wingo <address@hidden>
Date:   Tue Nov 29 10:17:07 2011 +0100

    switch off debugging flag that was mistakenly left on
    
    * libguile/gc.c (HEURISTICS_DEBUG): Whoops, switch this off.

-----------------------------------------------------------------------

Summary of changes:
 libguile/gc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libguile/gc.c b/libguile/gc.c
index 1687860..e36f0a1 100644
--- a/libguile/gc.c
+++ b/libguile/gc.c
@@ -835,7 +835,7 @@ adjust_gc_frequency (void * hook_data SCM_UNUSED,
   image_size = get_image_size ();
   bytes_alloced = GC_get_total_bytes ();
 
-#define HEURISTICS_DEBUG 1
+#define HEURISTICS_DEBUG 0
 
 #if HEURISTICS_DEBUG
   fprintf (stderr, "prev image / alloced: %lu / %lu\n", prev_image_size, 
prev_bytes_alloced);


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]