mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
Deferring non-urgent fixmes to todos.
Copied from Perforce Change: 190190 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
536960d061
commit
ed69abbd66
2 changed files with 2 additions and 2 deletions
|
|
@ -300,7 +300,7 @@ static void shieldCache(Arena arena, Seg seg)
|
|||
}
|
||||
|
||||
/* Allocate shield cache if necessary. */
|
||||
/* FIXME: This will try to extend the cache on every attempt, even
|
||||
/* TODO: This will try to extend the cache on every attempt, even
|
||||
if it failed last time. That might be slow. */
|
||||
if (arena->shCacheI >= arena->shCacheLength) {
|
||||
void *p;
|
||||
|
|
|
|||
|
|
@ -737,7 +737,7 @@ found:
|
|||
/* buffers under our feet. */
|
||||
/* @@@@ This is a short-term fix for request.dylan.160098_. */
|
||||
/* .. _request.dylan.160098: https://info.ravenbrook.com/project/mps/import/2001-11-05/mmprevol/request/dylan/160098 */
|
||||
/* FIXME: Where is the corresponding ShieldResume? */
|
||||
/* TODO: Where is the corresponding ShieldResume? */
|
||||
ShieldSuspend(arena);
|
||||
|
||||
STATISTIC_STAT ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue