master: Delete 6-year-old TODO
snuglas via Sbcl-commits <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via c652d1fb01331aa073d41cc92c0c97f7e3a6025b (commit)
from 5f08e87681157259a06c3321fd795051e619f223 (commit)
- Log -----------------------------------------------------------------
commit c652d1fb01331aa073d41cc92c0c97f7e3a6025b
Author: Douglas Katzman <[email protected]>
Date: Sun Aug 16 15:46:05 2026 -0400
Delete 6-year-old TODO
It's better to handle relocation of all spaces like x86-64 does
---
src/runtime/coreparse.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/src/runtime/coreparse.c b/src/runtime/coreparse.c
index f8884ef55..99376c21a 100644
--- a/src/runtime/coreparse.c
+++ b/src/runtime/coreparse.c
@@ -739,13 +739,6 @@ static __attribute__((unused)) uword_t corespace_checksum(uword_t* base, int nwo
return result;
}
-/* TODO: If static + readonly were mapped as desired without disabling ASLR
- * but one of the large spaces couldn't be mapped as desired, start over from
- * the top, disabling ASLR. This should help to avoid relocating the heap
- * if at all possible. It might make sense to parse the core header sooner in
- * startup to avoid wasting time on all actions performed prior to re-exec.
- */
-
lispobj* linkage_space;
int linkage_table_count;
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL