mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Mention headers in pdump
This commit is contained in:
parent
e706754c07
commit
6ed50571fa
@ -92,6 +92,7 @@ special vectors allocated from the AWL pool.
|
||||
|
||||
** Handling of a loaded pdump
|
||||
|
||||
|
||||
The hot part of a loaded pdump (ca. 18 MB) is currently used as an
|
||||
ambiguous root for MPS. A number of things could be investigated
|
||||
|
||||
@ -109,6 +110,10 @@ ambiguous root for MPS. A number of things could be investigated
|
||||
|
||||
Costs some load time, though.
|
||||
|
||||
- Store objects in the dump with igc_header, so that we can make the
|
||||
dump an exact root. This would simplify things enormously. My
|
||||
favourite.
|
||||
|
||||
There is also a slight problem currently that's a consequence of Emacs
|
||||
mixing GC'd objects and malloc'd ones. The loaded dump is scanned
|
||||
conservativly, but if such objects contain malloc'd data structures
|
||||
|
Loading…
Reference in New Issue
Block a user