comparison src/ChangeLog @ 5216:9b8c2168d231

Allocate lrecord arrays in own size class.
author Marcus Crestani <crestani@informatik.uni-tuebingen.de>
date Sat, 29 May 2010 07:10:49 +0200
parents 0b4d355771bd
children c0f518284a68
comparison
equal deleted inserted replaced
5215:956d54c39176 5216:9b8c2168d231
1 2010-05-28 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
2
3 * mc-alloc.c:
4 * mc-alloc.c (visit_all_used_page_headers):
5 * mc-alloc.c (install_page_in_used_list):
6 * mc-alloc.c (mc_alloc_1):
7 * mc-alloc.c (init_mc_allocator):
8 * mc-alloc.c (Fmc_alloc_memory_usage): Allocate lrecord arrays in
9 own size class.
10
1 2010-05-24 Mike Sperber <mike@xemacs.org> 11 2010-05-24 Mike Sperber <mike@xemacs.org>
2 12
3 * lread.c (read1): Accept #B<binary>, #O<octal>, and #X<hex>, just 13 * lread.c (read1): Accept #B<binary>, #O<octal>, and #X<hex>, just
4 like GNU Emacs. 14 like GNU Emacs.
5 15