[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Question about pure space
From: |
Gerd Möllmann |
Subject: |
Question about pure space |
Date: |
Thu, 18 Apr 2024 17:01:24 +0200 |
I'm trying to understand pure space better for the scratch/igc branch.
>From my flimsy recollection, there is a pure[] array in which Lisp
objects can be stored. That array still seems to exist, and it is quite
large on macOS, ca. 6Mb.
The odd thing is that I can't find where it is used. The function
pure_alloc always uses purebeg, which is initialized to NULL, and then
gets malloc'd.
What the heck?
Is pure[] used at all?
If yes, how?
(If not, why is it there?)
- Question about pure space,
Gerd Möllmann <=
- Re: Question about pure space, Andreas Schwab, 2024/04/18
- Re: Question about pure space, Gerd Möllmann, 2024/04/18
- Re: Question about pure space, Robert Pluim, 2024/04/19
- Re: Question about pure space, Gerd Möllmann, 2024/04/19
- Re: Question about pure space, Stefan Monnier, 2024/04/19
- Re: Question about pure space, Eli Zaretskii, 2024/04/19
- Re: Question about pure space, Gerd Möllmann, 2024/04/20
- Re: Question about pure space, Po Lu, 2024/04/20
- Dumping unexec (was: Question about pure space), Stefan Monnier, 2024/04/20
- Re: Dumping unexec (was: Question about pure space), Eli Zaretskii, 2024/04/20