diff src/ChangeLog @ 64274:33ac839960ee

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Jul 2005 05:38:25 +0000
parents 3a4e65404af5
children b5d88178dd8d
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jul 13 05:33:34 2005 +0000
+++ b/src/ChangeLog	Wed Jul 13 05:38:25 2005 +0000
@@ -1,3 +1,15 @@
+2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
+	(Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
+	(syms_of_alloc): Declare gc-cons-percentage.
+
+	* eval.c (Feval, Ffuncall):
+	* keyboard.c (read_char):
+	* bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
+
+	* lisp.h (gc_cons_combined_threshold): Declare.
+
 2005-07-12  Kim F. Storm  <storm@cua.dk>
 
 	* coding.c (Qprocess_argument):