diff options
| author | Richard M. Stallman | 2007-09-23 15:39:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-09-23 15:39:16 +0000 |
| commit | 3ae2e3a37fae680f44f23170cc06d160d694b831 (patch) | |
| tree | 8866e4ca5115eb6f396cb8919c01492b250a166c /src/ChangeLog | |
| parent | e32725a7f4b176c46cbe62a8ba697ecac30205c2 (diff) | |
| download | emacs-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/ChangeLog | 11 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-09-23 Johannes Weiner <hannes@saeurebad.de> | 6 | 2007-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 | ||
| 7 | 2007-09-22 Eli Zaretskii <eliz@gnu.org> | 12 | 2007-09-22 Eli Zaretskii <eliz@gnu.org> |
| 8 | 13 | ||