mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 20:50:52 -08:00
Mention headers in pdump
This commit is contained in:
parent
e706754c07
commit
6ed50571fa
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue