conservative stack scanning.
Don't know if this can work without NO_UNION_TYPE.
+
+Might be worth allowing XGC_MALLOC to allocate using mmap (in an
+already-dumped Emacs), since the address doesn't have to fit into
+EMACS_INT and that might save significant allocation in precious Lisp
+address space. Should be able to do similarly with string data.
2003-06-16 Dave Love <fx@gnu.org>
+ * include/Makefile.am (dist_noinst_HEADERS): Remove some files not
+ currently installed.
+
+ * Makefile.am (libgc_la_SOURCES): Remove some files not currently
+ installed.
+
* Makefile.am, Makefile.dj, Makefile.in, aclocal.m4, alloc.c:
* alpha_mach_dep.S, configure, dbg_mlc.c, dyn_load.c, finalize.c:
* gc_dlopen.c, mach_dep.c, mark.c, mark_rts.c, misc.c:
* configure.in: Merge changes from 6.2alpha6.
(AC_REVISION): Removed.
- (Ac_INIT): Modify version and remove bug address.
+ (Ac_INIT): Remove bug address.
* Makefile.direct: Removed.
2003-06-06 Dave Love <fx@gnu.org>
This is based on Boehm's 6.2alpha4 version with the cord and tests
- directories removed..
+ directories removed.
* include/private/gcconfig.h (GET_MEM): Comment out top
definition.
+2003-06-16 Dave Love <fx@gnu.org>
+
+ * Makefile.in (GCINCLUDE) [BOEHM_GC]: New. (Don't use CPPFLAGS.)
+ (ALL_CFLAGS): Use it.
+ (gclib): Don't use top_srcdir.
+
2003-06-11 Dave Love <fx@gnu.org>
* xterm.c [BOEHM_GC]: Include gc.h.