~ chicken-core (master) 4d05ce083b393c18dd2cd7b72155cc86919021e6
commit 4d05ce083b393c18dd2cd7b72155cc86919021e6
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Jan 24 19:19:00 2011 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Mon Jan 24 19:19:00 2011 +0100
increased default trace-buffer size to 16
diff --git a/runtime.c b/runtime.c
index d6bf249e..0b668d4f 100644
--- a/runtime.c
+++ b/runtime.c
@@ -138,7 +138,7 @@ extern void _C_do_apply_hack(void *proc, C_word *args, int count) C_noret;
#define DEFAULT_FORWARDING_TABLE_SIZE 32
#define DEFAULT_LOCATIVE_TABLE_SIZE 32
#define DEFAULT_COLLECTIBLES_SIZE 1024
-#define DEFAULT_TRACE_BUFFER_SIZE 10
+#define DEFAULT_TRACE_BUFFER_SIZE 16
#define MAX_HASH_PREFIX 64
Trap