comparison src/ChangeLog @ 1643:763f577d57b0

[xemacs-hg @ 2003-08-25 20:53:58 by crestani] 2003-08-25 Marcus Crestani <crestani@informatik.uni-tuebingen.de> * alloc.c (kkcc_gc_stack_init): (kkcc_gc_stack_free): (kkcc_gc_stack_realloc): (kkcc_gc_stack_full): (kkcc_gc_stack_empty): (kkcc_gc_stack_push): (kkcc_gc_stack_pop): Remove kkcc_gc_stack_count. (mark_object_maybe_checking_free): Push on stack instead of marking. (garbage_collect_1): Invoke kkcc_marking after finish_marking_*.
author crestani
date Mon, 25 Aug 2003 20:53:59 +0000
parents 1ecc2785dce3
children 080d479edd32
comparison
equal deleted inserted replaced
1642:793259f54fc4 1643:763f577d57b0
1 2003-08-25 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
2
3 * alloc.c (kkcc_gc_stack_init):
4 (kkcc_gc_stack_free):
5 (kkcc_gc_stack_realloc):
6 (kkcc_gc_stack_full):
7 (kkcc_gc_stack_empty):
8 (kkcc_gc_stack_push):
9 (kkcc_gc_stack_pop): Remove kkcc_gc_stack_count.
10 (mark_object_maybe_checking_free): Push on stack instead of marking.
11 (garbage_collect_1): Invoke kkcc_marking after finish_marking_*.
12
1 2003-08-21 Jerry James <james@xemacs.org> 13 2003-08-21 Jerry James <james@xemacs.org>
2 14
3 * lrecord.h (DECLARE_MODULE_API_LRECORD): Also define when not 15 * lrecord.h (DECLARE_MODULE_API_LRECORD): Also define when not
4 ERROR_CHECK_TYPES. 16 ERROR_CHECK_TYPES.
5 17