Mercurial > hg > xemacs-beta
annotate netinstall/setup.mak @ 5157:1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2010-03-18 Ben Wing <ben@xemacs.org>
* diagnose.el (show-memory-usage):
Rewrite to take into account API changes in memory-usage functions.
src/ChangeLog addition:
2010-03-18 Ben Wing <ben@xemacs.org>
* alloc.c:
* alloc.c (disksave_object_finalization_1):
* alloc.c (lisp_object_storage_size):
* alloc.c (listu):
* alloc.c (listn):
* alloc.c (Fobject_memory_usage_stats):
* alloc.c (compute_memusage_stats_length):
* alloc.c (Fobject_memory_usage):
* alloc.c (Ftotal_object_memory_usage):
* alloc.c (malloced_storage_size):
* alloc.c (common_init_alloc_early):
* alloc.c (reinit_alloc_objects_early):
* alloc.c (reinit_alloc_early):
* alloc.c (init_alloc_once_early):
* alloc.c (syms_of_alloc):
* alloc.c (reinit_vars_of_alloc):
* buffer.c:
* buffer.c (struct buffer_stats):
* buffer.c (compute_buffer_text_usage):
* buffer.c (compute_buffer_usage):
* buffer.c (buffer_memory_usage):
* buffer.c (buffer_objects_create):
* buffer.c (syms_of_buffer):
* buffer.c (vars_of_buffer):
* console-impl.h (struct console_methods):
* dynarr.c (Dynarr_memory_usage):
* emacs.c (main_1):
* events.c (clear_event_resource):
* extents.c:
* extents.c (compute_buffer_extent_usage):
* extents.c (extent_objects_create):
* extents.h:
* faces.c:
* faces.c (compute_face_cachel_usage):
* faces.c (face_objects_create):
* faces.h:
* general-slots.h:
* glyphs.c:
* glyphs.c (compute_glyph_cachel_usage):
* glyphs.c (glyph_objects_create):
* glyphs.h:
* lisp.h:
* lisp.h (struct usage_stats):
* lrecord.h:
* lrecord.h (enum lrecord_type):
* lrecord.h (struct lrecord_implementation):
* lrecord.h (MC_ALLOC_CALL_FINALIZER_FOR_DISKSAVE):
* lrecord.h (DEFINE_DUMPABLE_LISP_OBJECT):
* lrecord.h (DEFINE_DUMPABLE_SIZABLE_LISP_OBJECT):
* lrecord.h (DEFINE_DUMPABLE_FROB_BLOCK_LISP_OBJECT):
* lrecord.h (DEFINE_DUMPABLE_FROB_BLOCK_SIZABLE_LISP_OBJECT):
* lrecord.h (DEFINE_DUMPABLE_INTERNAL_LISP_OBJECT):
* lrecord.h (DEFINE_DUMPABLE_SIZABLE_INTERNAL_LISP_OBJECT):
* lrecord.h (DEFINE_NODUMP_LISP_OBJECT):
* lrecord.h (DEFINE_NODUMP_SIZABLE_LISP_OBJECT):
* lrecord.h (DEFINE_NODUMP_FROB_BLOCK_LISP_OBJECT):
* lrecord.h (DEFINE_NODUMP_FROB_BLOCK_SIZABLE_LISP_OBJECT):
* lrecord.h (DEFINE_NODUMP_INTERNAL_LISP_OBJECT):
* lrecord.h (DEFINE_NODUMP_SIZABLE_INTERNAL_LISP_OBJECT):
* lrecord.h (MAKE_LISP_OBJECT):
* lrecord.h (DEFINE_DUMPABLE_MODULE_LISP_OBJECT):
* lrecord.h (DEFINE_DUMPABLE_MODULE_SIZABLE_LISP_OBJECT):
* lrecord.h (DEFINE_NODUMP_MODULE_LISP_OBJECT):
* lrecord.h (DEFINE_NODUMP_MODULE_SIZABLE_LISP_OBJECT):
* lrecord.h (MAKE_MODULE_LISP_OBJECT):
* lrecord.h (INIT_LISP_OBJECT):
* lrecord.h (INIT_MODULE_LISP_OBJECT):
* lrecord.h (UNDEF_LISP_OBJECT):
* lrecord.h (UNDEF_MODULE_LISP_OBJECT):
* lrecord.h (DECLARE_LISP_OBJECT):
* lrecord.h (DECLARE_MODULE_API_LISP_OBJECT):
* lrecord.h (DECLARE_MODULE_LISP_OBJECT):
* lstream.c:
* lstream.c (syms_of_lstream):
* lstream.c (vars_of_lstream):
* marker.c:
* marker.c (compute_buffer_marker_usage):
* mc-alloc.c (mc_alloced_storage_size):
* mc-alloc.h:
* mule-charset.c:
* mule-charset.c (struct charset_stats):
* mule-charset.c (compute_charset_usage):
* mule-charset.c (charset_memory_usage):
* mule-charset.c (mule_charset_objects_create):
* mule-charset.c (syms_of_mule_charset):
* mule-charset.c (vars_of_mule_charset):
* redisplay.c:
* redisplay.c (compute_rune_dynarr_usage):
* redisplay.c (compute_display_block_dynarr_usage):
* redisplay.c (compute_glyph_block_dynarr_usage):
* redisplay.c (compute_display_line_dynarr_usage):
* redisplay.c (compute_line_start_cache_dynarr_usage):
* redisplay.h:
* scrollbar-gtk.c (gtk_compute_scrollbar_instance_usage):
* scrollbar-msw.c (mswindows_compute_scrollbar_instance_usage):
* scrollbar-x.c (x_compute_scrollbar_instance_usage):
* scrollbar.c (compute_scrollbar_instance_usage):
* scrollbar.h:
* symbols.c:
* symbols.c (reinit_symbol_objects_early):
* symbols.c (init_symbols_once_early):
* symbols.c (reinit_symbols_early):
* symbols.c (defsymbol_massage_name_1):
* symsinit.h:
* ui-gtk.c:
* ui-gtk.c (emacs_gtk_object_getprop):
* ui-gtk.c (emacs_gtk_object_putprop):
* ui-gtk.c (ui_gtk_objects_create):
* unicode.c (compute_from_unicode_table_size_1):
* unicode.c (compute_to_unicode_table_size_1):
* unicode.c (compute_from_unicode_table_size):
* unicode.c (compute_to_unicode_table_size):
* window.c:
* window.c (struct window_stats):
* window.c (compute_window_mirror_usage):
* window.c (compute_window_usage):
* window.c (window_memory_usage):
* window.c (window_objects_create):
* window.c (syms_of_window):
* window.c (vars_of_window):
* window.h:
Redo memory-usage mechanism, make it general; add way of dynamically
initializing Lisp object types -- OBJECT_HAS_METHOD(), similar to
CONSOLE_HAS_METHOD().
(1) Create OBJECT_HAS_METHOD(), OBJECT_HAS_PROPERTY() etc. for
specifying that a Lisp object type has a particular method or
property. Call such methods with OBJECT_METH, MAYBE_OBJECT_METH,
OBJECT_METH_OR_GIVEN; retrieve properties with OBJECT_PROPERTY.
Methods that formerly required a DEFINE_*GENERAL_LISP_OBJECT() to
specify them (getprop, putprop, remprop, plist, disksave) now
instead use the dynamic-method mechanism. The main benefit of
this is that new methods or properties can be added without
requiring that the declaration statements of all existing methods
be modified. We have to make the `struct lrecord_implementation'
non-const, but I don't think this should have any effect on speed --
the only possible method that's really speed-critical is the
mark method, and we already extract those out into a separate
(non-const) array for increased cache locality.
Object methods need to be reinitialized after pdump, so we put
them in separate functions such as face_objects_create(),
extent_objects_create() and call them appropriately from emacs.c
The only current object property (`memusage_stats_list') that
objects can specify is a Lisp object and gets staticpro()ed so it
only needs to be set during dump time, but because it references
symbols that might not exist in a syms_of_() function, we
initialize it in vars_of_(). There is also an object property
(`num_extra_memusage_stats') that is automatically initialized based
on `memusage_stats_list'; we do that in reinit_vars_of_alloc(),
which is called after all vars_of_() functions are called.
`disksaver' method was renamed `disksave' to correspond with the
name normally given to the function (e.g. disksave_lstream()).
(2) Generalize the memory-usage mechanism in `buffer-memory-usage',
`window-memory-usage', `charset-memory-usage' into an object-type-
specific mechanism called by a single function
`object-memory-usage'. (Former function `object-memory-usage'
renamed to `total-object-memory-usage'). Generalize the mechanism
of different "slices" so that we can have different "classes" of
memory described and different "slices" onto each class; `t'
separates classes, `nil' separates slices. Currently we have
three classes defined: the memory of an object itself,
non-Lisp-object memory associated with the object (e.g. arrays or
dynarrs stored as fields in the object), and Lisp-object memory
associated with the object (other internal Lisp objects stored in
the object). This isn't completely finished yet and we might need
to further separate the "other internal Lisp objects" class into
two classes.
The memory-usage mechanism uses a `struct usage_stats' (renamed
from `struct overhead_stats') to describe a malloc-view onto a set
of allocated memory (listing how much was requested and various
types of overhead) and a more general `struct generic_usage_stats'
(with a `struct usage_stats' in it) to hold all statistics about
object memory. `struct generic_usage_stats' contains an array of
32 Bytecounts, which are statistics of unspecified semantics. The
intention is that individual types declare a corresponding struct
(e.g. `struct window_stats') with the same structure but with
specific fields in place of the array, corresponding to specific
statistics. The number of such statistics is an object property
computed from the list of tags (Lisp symbols describing the
statistics) stored in `memusage_stats_list'. The idea here is to
allow particular object types to customize the number and
semantics of the statistics where completely avoiding consing.
This doesn't matter so much yet, but the intention is to have the
memory usage of all objects computed at the end of GC, at the same
time as other statistics are currently computed. The values for
all statistics for a single type would be added up to compute
aggregate values for all objects of a specific type. To make this
efficient, we can't allow any memory allocation at all.
(3) Create some additional functions for creating lists that
specify the elements directly as args rather than indirectly through
an array: listn() (number of args given), listu() (list terminated
by Qunbound).
(4) Delete a bit of remaining unused C window_config stuff, also
unused lrecord_type_popup_data.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Thu, 18 Mar 2010 10:50:06 -0500 |
parents | 146d342ff859 |
children | 308d34e9f07d |
rev | line source |
---|---|
448 | 1 # Makefile for Microsoft NMAKE |
2 # Copyright (C) 1995 Board of Trustees, University of Illinois. | |
3 # Copyright (C) 1995, 1996, 2000 Ben Wing. | |
4 # Copyright (C) 1995 Sun Microsystems, Inc. | |
5 # Copyright (C) 1998 Free Software Foundation, Inc. | |
6 # | |
7 # This file is part of XEmacs. | |
8 # | |
9 # XEmacs is free software; you can redistribute it and/or modify it | |
10 # under the terms of the GNU General Public License as published by the | |
11 # Free Software Foundation; either version 2, or (at your option) any | |
12 # later version. | |
13 # | |
14 # XEmacs is distributed in the hope that it will be useful, but WITHOUT | |
15 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
16 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
17 # for more details. | |
18 # | |
19 # You should have received a copy of the GNU General Public License | |
20 # along with XEmacs; see the file COPYING. If not, write to | |
21 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
22 # Boston, MA 02111-1307, USA. | |
23 # | |
24 # Synched up with: Not in FSF. | |
25 # | |
26 | |
27 TARGETOS=BOTH | |
28 APPVER=4.0 | |
29 | |
30 default: all | |
31 | |
32 # APA: Since there seems to be no way to determine the directory where | |
33 # xemacs.mak is located (from within nmake) we just insist on the user | |
34 # to invoke nmake in the directory where xemacs.mak is. | |
35 !if !exist("$(MAKEDIR)\setup.mak") | |
36 !error Please run nmake from the directory of this makefile (xemacs\netinstall). | |
37 !endif | |
38 | |
39 XEMACS=$(MAKEDIR)\.. | |
40 | |
41 # Define a variable for the 'del' command to use | |
42 DEL=-del | |
43 | |
44 # Configuration from nt subdirectory if needed | |
45 | |
46 !include "$(XEMACS)\nt\config.inc" | |
47 | |
48 OUTDIR = obj | |
49 | |
50 # | |
51 # Compiler command echo control. Define VERBOSECC=1 to get verbose compilation. | |
52 # | |
53 !if !defined(VERBOSECC) | |
54 VERBOSECC=0 | |
55 !endif | |
56 !if $(VERBOSECC) | |
666 | 57 CCV=$(CC) |
448 | 58 !else |
666 | 59 CCV=@$(CC) |
448 | 60 !endif |
61 | |
62 !if $(DEBUG_XEMACS) | |
63 cdebug=-Od -Gr -Zi -Zp8 | |
64 !else | |
65 cdebug=-Oxsb2 -Oy- -G5rFs -Zi -Zp8 | |
66 !endif | |
67 | |
68 defines = -DWIN32_NATIVE -I$(ZLIBDIR) $(ZLIB_FLAGS) | |
69 | |
70 # | |
71 # Object files | |
72 # | |
73 OBJS = \ | |
74 $(OUTDIR)\choose.obj \ | |
75 $(OUTDIR)\concat.obj \ | |
76 $(OUTDIR)\desktop.obj \ | |
77 $(OUTDIR)\dialog.obj \ | |
78 $(OUTDIR)\diskfull.obj \ | |
79 $(OUTDIR)\download.obj \ | |
80 $(OUTDIR)\find.obj \ | |
81 $(OUTDIR)\fromcwd.obj \ | |
82 $(OUTDIR)\geturl.obj \ | |
83 $(OUTDIR)\hash.obj \ | |
84 $(OUTDIR)\ini.obj \ | |
666 | 85 $(OUTDIR)\init.obj \ |
448 | 86 $(OUTDIR)\inilex.obj \ |
87 $(OUTDIR)\iniparse.obj \ | |
88 $(OUTDIR)\install.obj \ | |
89 $(OUTDIR)\localdir.obj \ | |
90 $(OUTDIR)\log.obj \ | |
91 $(OUTDIR)\main.obj \ | |
92 $(OUTDIR)\mkdir.obj \ | |
93 $(OUTDIR)\mklink2.obj \ | |
94 $(OUTDIR)\regedit.obj \ | |
95 $(OUTDIR)\msg.obj \ | |
96 $(OUTDIR)\net.obj \ | |
97 $(OUTDIR)\netio.obj \ | |
98 $(OUTDIR)\nio-ie5.obj \ | |
99 $(OUTDIR)\nio-file.obj \ | |
100 $(OUTDIR)\nio-ftp.obj \ | |
101 $(OUTDIR)\nio-http.obj \ | |
102 $(OUTDIR)\other.obj \ | |
103 $(OUTDIR)\postinstall.obj \ | |
104 $(OUTDIR)\root.obj \ | |
105 $(OUTDIR)\simpsock.obj \ | |
106 $(OUTDIR)\site.obj \ | |
107 $(OUTDIR)\source.obj \ | |
108 $(OUTDIR)\splash.obj \ | |
109 $(OUTDIR)\state.obj \ | |
110 $(OUTDIR)\tar.obj \ | |
666 | 111 $(OUTDIR)\uninstall.obj \ |
448 | 112 $(OUTDIR)\version.obj |
113 | |
114 # | |
115 # Libraries | |
116 # | |
117 LIBS = libcmt.lib $(olelibsmt) \ | |
118 kernel32.lib shell32.lib \ | |
119 wsock32.lib netapi32.lib \ | |
120 wininet.lib $(zlib) | |
121 | |
122 # Rules | |
123 | |
124 .SUFFIXES: | |
125 .SUFFIXES: .c .cc .obj .texi .info | |
126 | |
127 # nmake rule | |
128 .cc{$(OUTDIR)}.obj: | |
666 | 129 $(CC) /TP $(cflags) $(cdebug) $(cvarsmt) $(defines) -Fo$@ $< |
448 | 130 .c{$(OUTDIR)}.obj: |
666 | 131 $(CC) $(cflags) $(cdebug) $(cvarsmt) $(defines) -Fo$@ $< |
448 | 132 |
133 # | |
134 # Main target | |
135 # | |
136 all: setup.exe | |
137 | |
138 # | |
139 # Link target. setargv.obj is provided in the compiler library directory. | |
140 # | |
141 setup.exe: $(OUTDIR) $(OBJS) res.res | |
142 $(link) /OUT:$@ $(ldebug) $(guilflags) $(OBJS) res.res $(LIBS) | |
143 | |
144 iniparse.c iniparse.h : iniparse.y | |
145 bison -d -o iniparse.c $(srcdir)/iniparse.y | |
146 | |
147 $(OUTDIR)\inilex.obj: iniparse.h | |
148 | |
149 inilex.c : inilex.l iniparse.h | |
150 flex -t $(srcdir)/inilex.l | sed "/^extern int isatty YY/d" > inilex.c | |
151 | |
152 version.c : $(srcdir)/ChangeLog version.pl | |
153 perl version.pl < ChangeLog > version.c | |
154 | |
155 res.res: res.rc | |
156 $(rc) $(rcvars) $(rcflags) /fo$@ $** | |
157 | |
158 $(OUTDIR): | |
159 -@mkdir $(OUTDIR) | |
160 | |
161 install:: all | |
162 | |
163 clean:: | |
164 $(DEL) $(OUTDIR)\*.obj *.pdb *.aps res.res lex.yy.c | |
165 | |
166 distclean:: clean | |
167 $(DEL) *~ setup.exe | |
168 | |
169 # DO NOT DELETE | |
170 | |
171 $(OUTDIR)/autoload.obj: autoload.c win32.h | |
666 | 172 $(OUTDIR)/inilex.obj: inilex.c win32.h ini.h iniparse.h |
173 $(OUTDIR)/init.obj: win32.h dialog.h resource.h \ | |
174 state.h ini.h concat.h msg.h log.h find.h reginfo.h | |
448 | 175 $(OUTDIR)/iniparse.obj: iniparse.c ini.h iniparse.h port.h |
176 $(OUTDIR)/inilex.obj: inilex.c win32.h ini.h iniparse.h | |
177 $(OUTDIR)/mklink2.obj: mklink2.c win32.h | |
178 $(OUTDIR)/choose.obj: choose.cc win32.h dialog.h resource.h \ | |
179 state.h ini.h concat.h msg.h log.h find.h reginfo.h | |
180 $(OUTDIR)/concat.obj: concat.cc win32.h | |
181 $(OUTDIR)/desktop.obj: desktop.cc win32.h \ | |
182 resource.h ini.h msg.h state.h \ | |
183 concat.h mkdir.h dialog.h version.h reginfo.h regedit.h port.h | |
184 $(OUTDIR)/dialog.obj: dialog.cc win32.h dialog.h msg.h log.h \ | |
185 win32.h | |
186 $(OUTDIR)/diskfull.obj: diskfull.cc diskfull.h | |
187 $(OUTDIR)/download.obj: download.cc win32.h resource.h msg.h \ | |
188 ini.h dialog.h concat.h geturl.h state.h mkdir.h log.h | |
189 $(OUTDIR)/find.obj: find.cc win32.h port.h | |
190 $(OUTDIR)/fromcwd.obj: fromcwd.cc win32.h \ | |
191 ini.h resource.h concat.h \ | |
192 state.h dialog.h msg.h find.h version.h port.h | |
193 $(OUTDIR)/geturl.obj: geturl.cc win32.h dialog.h geturl.h \ | |
194 resource.h netio.h msg.h log.h | |
195 $(OUTDIR)/hash.obj: hash.cc win32.h hash.h | |
196 $(OUTDIR)/ini.obj: ini.cc win32.h ini.h resource.h concat.h \ | |
197 state.h geturl.h dialog.h msg.h mkdir.h log.h reginfo.h version.h | |
198 $(OUTDIR)/install.obj: install.cc win32.h \ | |
199 $(ZLIBDIR)/zlib.h $(ZLIBDIR)/zconf.h \ | |
200 resource.h ini.h dialog.h concat.h geturl.h mkdir.h state.h tar.h \ | |
201 diskfull.h msg.h regedit.h reginfo.h log.h hash.h port.h | |
202 $(OUTDIR)/localdir.obj: localdir.cc win32.h dialog.h resource.h \ | |
203 state.h msg.h concat.h log.h | |
204 $(OUTDIR)/log.obj: log.cc win32.h resource.h msg.h log.h dialog.h \ | |
205 state.h concat.h mkdir.h | |
206 $(OUTDIR)/main.obj: main.cc win32.h resource.h dialog.h state.h \ | |
207 msg.h netio.h find.h log.h port.h | |
208 $(OUTDIR)/mkdir.obj: mkdir.cc win32.h mkdir.h | |
209 $(OUTDIR)/msg.obj: msg.cc win32.h dialog.h log.h | |
210 $(OUTDIR)/net.obj: net.cc win32.h dialog.h resource.h state.h \ | |
211 msg.h log.h | |
212 $(OUTDIR)/netio.obj: netio.cc win32.h resource.h state.h msg.h \ | |
213 netio.h nio-file.h nio-ie5.h nio-http.h nio-ftp.h dialog.h log.h port.h \ | |
214 win32.h | |
215 $(OUTDIR)/nio-file.obj: nio-file.cc netio.h nio-file.h resource.h \ | |
216 msg.h | |
217 $(OUTDIR)/nio-ftp.obj: nio-ftp.cc win32.h resource.h state.h \ | |
218 simpsock.h log.h netio.h nio-ftp.h | |
219 $(OUTDIR)/nio-http.obj: nio-http.cc win32.h resource.h state.h \ | |
220 simpsock.h msg.h netio.h nio-http.h | |
221 $(OUTDIR)/nio-ie5.obj: nio-ie5.cc win32.h resource.h state.h \ | |
222 dialog.h msg.h netio.h nio-ie5.h | |
223 $(OUTDIR)/other.obj: other.cc win32.h dialog.h resource.h state.h \ | |
224 msg.h log.h | |
225 $(OUTDIR)/postinstall.obj: postinstall.cc win32.h \ | |
226 state.h dialog.h find.h \ | |
227 concat.h regedit.h reginfo.h resource.h port.h | |
228 $(OUTDIR)/regedit.obj: regedit.cc win32.h reginfo.h regedit.h \ | |
229 msg.h resource.h dialog.h | |
230 $(OUTDIR)/root.obj: root.cc win32.h dialog.h resource.h state.h \ | |
231 msg.h regedit.h reginfo.h concat.h log.h | |
232 $(OUTDIR)/simpsock.obj: simpsock.cc win32.h simpsock.h msg.h \ | |
233 win32.h | |
234 $(OUTDIR)/site.obj: site.cc dialog.h resource.h state.h geturl.h \ | |
235 msg.h concat.h regedit.h reginfo.h log.h port.h | |
236 $(OUTDIR)/source.obj: source.cc win32.h dialog.h resource.h \ | |
237 state.h msg.h log.h | |
238 $(OUTDIR)/splash.obj: splash.cc win32.h dialog.h resource.h msg.h \ | |
239 version.h | |
240 $(OUTDIR)/state.obj: state.cc state.h | |
666 | 241 $(OUTDIR)/uninstall.obj: install.cc win32.h \ |
242 $(ZLIBDIR)/zlib.h $(ZLIBDIR)/zconf.h \ | |
243 resource.h ini.h dialog.h concat.h geturl.h mkdir.h state.h tar.h \ | |
244 diskfull.h msg.h regedit.h reginfo.h log.h hash.h port.h | |
448 | 245 $(OUTDIR)/tar.obj: tar.cc win32.h \ |
246 $(ZLIBDIR)/zlib.h $(ZLIBDIR)/zconf.h \ | |
247 tar.h mkdir.h log.h port.h | |
248 | |
249 # | |
250 # Local Variables: | |
251 # mode: makefile | |
252 # End: |