changeset 84817:003b4ae4b791

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 Sep 2007 15:38:19 +0000
parents 4d1c866492b0
children 8171d3c478b9
files src/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Sep 23 15:37:13 2007 +0000
+++ b/src/ChangeLog	Sun Sep 23 15:38:19 2007 +0000
@@ -1,3 +1,8 @@
+2007-09-23  Dmitry Antipov  <dmantipov@yandex.ru>
+
+	* alloc.c (gc_sweep): Check cons cell mark bits word by word
+	and optimize the case where they are all 1.
+
 2007-09-23  Johannes Weiner  <hannes@saeurebad.de>
 
 	* lisp.h (abs): Define if unknown.