Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ffd92950
Commit
ffd92950
authored
Jun 16, 2003
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
f6563c4c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
2 deletions
+19
-2
README.GC
README.GC
+5
-0
gc/ChangeLog
gc/ChangeLog
+8
-2
src/ChangeLog
src/ChangeLog
+6
-0
No files found.
README.GC
View file @
ffd92950
...
...
@@ -81,3 +81,8 @@ The portable alloca needs to use GC_malloc to have the same effect as
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.
gc/ChangeLog
View file @
ffd92950
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:
...
...
@@ -12,7 +18,7 @@
* configure.in: Merge changes from 6.2alpha6.
(AC_REVISION): Removed.
(Ac_INIT):
Modify version and r
emove bug address.
(Ac_INIT):
R
emove bug address.
* Makefile.direct: Removed.
...
...
@@ -23,7 +29,7 @@
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.
...
...
src/ChangeLog
View file @
ffd92950
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment