Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3303:619edf713d55
[xemacs-hg @ 2006-03-26 14:05:29 by crestani]
2006-03-21 Marcus Crestani <crestani@xemacs.org>
* mc-alloc.c (visit_all_used_page_headers):
* mc-alloc.c (finalize_page_for_disksave):
* mc-alloc.c (mc_finalize_for_disksave):
* mc-alloc.c (sweep_page):
* mc-alloc.c (mc_sweep):
* mc-alloc.c (protect_heap_page):
* mc-alloc.c (protect_heap_pages):
* mc-alloc.c (unprotect_heap_page):
* mc-alloc.c (unprotect_heap_pages):
* mc-alloc.h: Return number of pages processed.
* vdb.c (vdb_start_dirty_bits_recording): Adjust size of
page_fault_table to its upper bound (= number of pages that
contain BLACK objects) in advance, to avoid malloc in the signal
handler.
author | crestani |
---|---|
date | Sun, 26 Mar 2006 14:05:30 +0000 |
parents | 3d54e5f2dfb0 |
children | 73051095a712 |
comparison
equal
deleted
inserted
replaced
3302:3d54e5f2dfb0 | 3303:619edf713d55 |
---|---|
1 2006-03-21 Marcus Crestani <crestani@xemacs.org> | |
2 | |
3 * mc-alloc.c (visit_all_used_page_headers): | |
4 * mc-alloc.c (finalize_page_for_disksave): | |
5 * mc-alloc.c (mc_finalize_for_disksave): | |
6 * mc-alloc.c (sweep_page): | |
7 * mc-alloc.c (mc_sweep): | |
8 * mc-alloc.c (protect_heap_page): | |
9 * mc-alloc.c (protect_heap_pages): | |
10 * mc-alloc.c (unprotect_heap_page): | |
11 * mc-alloc.c (unprotect_heap_pages): | |
12 * mc-alloc.h: Return number of pages processed. | |
13 * vdb.c (vdb_start_dirty_bits_recording): Adjust size of | |
14 page_fault_table to its upper bound (= number of pages that | |
15 contain BLACK objects) in advance, to avoid malloc in the signal | |
16 handler. | |
17 | |
1 2006-03-24 Stephen J. Turnbull <stephen@xemacs.org> | 18 2006-03-24 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 19 |
3 * file-coding.c (decode-coding-region, encode-coding-region): | 20 * file-coding.c (decode-coding-region, encode-coding-region): |
4 Convert to interactive commands, and adjust docstrings. | 21 Convert to interactive commands, and adjust docstrings. |
5 | 22 |