Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2994:ec5f23ea6d2e
[xemacs-hg @ 2005-10-14 01:21:57 by ben]
add gc percentage threshold to mc-alloc
config.h.in, alloc.c, dumper.c, emacs.c, lrecord.h, mc-alloc.c, mc-alloc.h, symbols.c: Rename MC_ALLOC_TYPE_STATS to ALLOC_TYPE_STATS, since
(with refactoring) this is not really specific to mc-alloc.
Generalize code to implement the GC % threshold for garbage
collecting. Rename `lrecord-stats' to `object-memory-usage-stats'
(defined when not mc-alloc, too). Rename `memory-usage' to
`total-memory-usage' and add `object-memory-usage'. Bump
gc_cons_threshold to 2,000,000 (suggestion by Stephen Turnbull).
Avoid use of C++ reserved word `catch'.
Change address for crash reporting to xemacs-beta@xemacs.org from
crashes@xemacs.org.
new -> new_ in emacs.c.
Turn on _CRT_SECURE_NO_DEPRECATE under Visual C++ to avoid tons of
warnings in VC8.
author | ben |
---|---|
date | Fri, 14 Oct 2005 01:22:01 +0000 |
parents | 4762918e17fb |
children | d3dcb668d6c8 |
comparison
equal
deleted
inserted
replaced
2993:49316578f12d | 2994:ec5f23ea6d2e |
---|---|
1 2005-10-13 Ben Wing <ben@xemacs.org> | |
2 | |
3 * config.h.in: | |
4 * alloc.c: | |
5 * alloc.c (struct): | |
6 * alloc.c (alloc_lrecord): | |
7 * alloc.c (noseeum_alloc_lrecord): | |
8 * alloc.c (finalize_string): | |
9 * alloc.c (make_uninit_string): | |
10 * alloc.c (make_string_nocopy): | |
11 * alloc.c (garbage_collect_1): | |
12 * alloc.c (object_memory_usage_stats): | |
13 * alloc.c (HACK_O_MATIC): | |
14 * alloc.c (Fgarbage_collect): | |
15 * alloc.c (Ftotal_memory_usage): | |
16 * alloc.c (recompute_need_to_garbage_collect): | |
17 * alloc.c (common_init_alloc_early): | |
18 * alloc.c (syms_of_alloc): | |
19 * alloc.c (vars_of_alloc): | |
20 * dumper.c (pdump_load_finish): | |
21 * emacs.c: | |
22 * emacs.c (main_1): | |
23 * emacs.c (shut_down_emacs): | |
24 * lrecord.h: | |
25 * lrecord.h (MC_ALLOC_CALL_FINALIZER): | |
26 * mc-alloc.c (remove_cell): | |
27 * mc-alloc.h: | |
28 * symbols.c (init_symbols_once_early): | |
29 Rename MC_ALLOC_TYPE_STATS to ALLOC_TYPE_STATS, since | |
30 (with refactoring) this is not really specific to mc-alloc. | |
31 Generalize code to implement the GC % threshold for garbage | |
32 collecting. Rename `lrecord-stats' to `object-memory-usage-stats' | |
33 (defined when not mc-alloc, too). Rename `memory-usage' to | |
34 `total-memory-usage' and add `object-memory-usage'. Bump | |
35 gc_cons_threshold to 2,000,000 (suggestion by Stephen Turnbull). | |
36 | |
37 Avoid use of C++ reserved word `catch'. | |
38 | |
39 Change address for crash reporting to xemacs-beta@xemacs.org from | |
40 crashes@xemacs.org. | |
41 | |
42 new -> new_ in emacs.c. | |
43 | |
44 Turn on _CRT_SECURE_NO_DEPRECATE under Visual C++ to avoid tons of | |
45 warnings in VC8. | |
46 | |
1 2005-10-10 Andrey Slusar <anrays@gmail.com> | 47 2005-10-10 Andrey Slusar <anrays@gmail.com> |
2 | 48 |
3 * unexelf.c: define `Elfw(type)' for FreeBSD alpha and all _LP64 | 49 * unexelf.c: define `Elfw(type)' for FreeBSD alpha and all _LP64 |
4 archs. | 50 archs. |
5 From Dejan Lesjak <dejan.lesjak@ijs.si> | 51 From Dejan Lesjak <dejan.lesjak@ijs.si> |