Mercurial > hg > xemacs-beta
comparison ChangeLog @ 3092:141c2920ea48
[xemacs-hg @ 2005-11-25 01:41:31 by crestani]
Incremental Garbage Collector
author | crestani |
---|---|
date | Fri, 25 Nov 2005 01:42:08 +0000 |
parents | 193188e494b2 |
children | ad2f4ae9895b |
comparison
equal
deleted
inserted
replaced
3091:c22d8984148c | 3092:141c2920ea48 |
---|---|
1 2005-11-21 Marcus Crestani <crestani@xemacs.org> | |
2 | |
3 Incremental Garbage Collector | |
4 | |
5 * configure.ac: Add newgc option; if newgc, turn on kkcc and | |
6 mc-alloc. Add checks for write barrier, determine which write | |
7 barrier to use. Add vdb option to override write barrier | |
8 auto-detection. Generate .gdbinit and .dbxrc. | |
9 | |
1 2005-11-22 Ben Wing <ben@xemacs.org> | 10 2005-11-22 Ben Wing <ben@xemacs.org> |
2 | 11 |
3 * dynodump/Makefile.in.in (mostlyclean): | 12 * dynodump/Makefile.in.in (mostlyclean): |
4 Ignore errors from rm during clean. | 13 Ignore errors from rm during clean. |
5 | 14 |