Sujet : Re: Tonight's tradeoff
De : gneuner2 (at) *nospam* comcast.net (George Neuner)
Groupes : comp.archDate : 08. Mar 2024, 20:41:51
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <cmgmuilsa9bco9oboe9c46igr6dogb2ikc@4ax.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13
User-Agent : ForteAgent/8.00.32.1272
On Thu, 7 Mar 2024 16:02:45 -0500, Robert Finch <
robfi680@gmail.com>
wrote:
A page marked RWE=000 is an unusable page. Perhaps to signal bad memory. Or perhaps as a hidden data page full of comments or remarks. If its not readable-writeable or executable what is it? Nothing should be able to access it, except maybe the machine/debug operating mode.
The ability to change (at least data) pages between "untouchable" and
RW is required for MMU assisted incremental GC. If the GC also
handles code, then it must be able to mark pages executable as well.
If an "untouchable" page can't be manipulated by user software, then
you've disallowed an entire class of GC systems.