1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00

Better position for comment.

Update manual.

Copied from Perforce
 Change: 194511
This commit is contained in:
Gareth Rees 2018-07-08 08:08:05 +01:00
parent 2d7cf3c3d3
commit 8d722c4a2b
2 changed files with 4 additions and 4 deletions

View file

@ -1328,11 +1328,11 @@ mps_res_t _mps_fix2(mps_ss_t mps_ss, mps_addr_t *mps_ref_io)
}
tract = PageTract(&chunk->pageTable[i]);
/* See <walk.c#roots-walk.second-stage> for where we arrange to fool
this test when walking references in the roots. */
if (TraceSetInter(TractWhite(tract), ss->traces) == TraceSetEMPTY) {
/* Reference points to a tract that is not white for any of the
active traces. See <design/trace/#fix.tractofaddr>.
See also <walk.c#roots-walk.second-stage> for where we arrange
to fool this test when walking references in the roots. */
* active traces. See <design/trace/#fix.tractofaddr> */
STATISTIC({
if (TRACT_SEG(&seg, tract)) {
++ss->segRefCount;

View file

@ -368,7 +368,7 @@ sacss.c :ref:`topic-cache` stress test.
segsmss.c Segment splitting and merging stress test.
steptest.c :c:func:`mps_arena_step` test.
tagtest.c Tagged pointer scanning test.
walkt0.c Formatted object walking test.
walkt0.c Roots and formatted objects walking test.
zcoll.c Garbage collection progress test.
zmess.c Garbage collection and finalization message test.
================ =============================================================