mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 22:40:51 -08:00
mps br/timing poolamc.c: [temporary code] in order to allow ambig interior pointers to preserve objects in place, make amcnailgetmark() always return true. this works: ambig interior pointers are sufficent to preserve in place the object they point into.
Copied from Perforce Change: 167343 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
41a67fc94f
commit
f32af8a65a
1 changed files with 1 additions and 1 deletions
|
|
@ -756,7 +756,7 @@ static Bool amcNailGetMark(Seg seg, Ref ref)
|
|||
AVERT(amcNailboard, board);
|
||||
|
||||
i = AddrOffset(SegBase(seg), ref) >> board->markShift;
|
||||
return BTGet(board->mark, i);
|
||||
return TRUE; /* BTGet(board->mark, i); RHSK-hack */
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue