aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2007-09-23 15:39:16 +0000
committerRichard M. Stallman2007-09-23 15:39:16 +0000
commit3ae2e3a37fae680f44f23170cc06d160d694b831 (patch)
tree8866e4ca5115eb6f396cb8919c01492b250a166c /src/ChangeLog
parente32725a7f4b176c46cbe62a8ba697ecac30205c2 (diff)
downloademacs-3ae2e3a37fae680f44f23170cc06d160d694b831.tar.gz
emacs-3ae2e3a37fae680f44f23170cc06d160d694b831.zip
(gc_sweep): Check cons cell mark bits word by word
and optimize the case where they are all 1.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1ee960f80c4..8356d0ea04f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,13 @@
12007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * alloc.c (gc_sweep): Check cons cell mark bits word by word
4 and optimize the case where they are all 1.
5
12007-09-23 Johannes Weiner <hannes@saeurebad.de> 62007-09-23 Johannes Weiner <hannes@saeurebad.de>
2 7
3 * lisp.h (abs): Define if unknown. 8 * lisp.h (abs): Define if not defined.
4 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c: Don't 9 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
5 define abs now it's in lisp.h. 10 Don't define `abs', since it's defined in lisp.h.
6 11
72007-09-22 Eli Zaretskii <eliz@gnu.org> 122007-09-22 Eli Zaretskii <eliz@gnu.org>
8 13