Changeset 5660
- Timestamp:
- Dec 31, 2006, 2:20:07 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/ChangeLog
r5653 r5660 1 2006-12-31 02:44 gb 2 3 * lisp-kernel/x86-spjump64.s: On Darwin, use a .space directive to 4 ensure that there's nothing interesting in the first few pages of 5 the address space (and ensure that those pages are mapped.) 6 7 2006-12-31 02:43 gb 8 9 * lisp-kernel/darwinx8664/Makefile: Sadly, we can't use -sectalign 10 on x86-64 (ld64 does some floating-point arithmetic, fails to 11 account for roundoff error, and claims that 0x1000 isn't a power of 12 2.) If you can't say anything good about a linker, it's best not to 13 say anything at all. 14 15 We can force the first segment to be mapped at 0x1000, and can 16 waste a few pages to ensure that all low-memory pages that the lisp 17 wants are mapped. 18 19 2006-12-31 02:33 gb 20 21 * level-1/l1-pathnames.lisp: %SPLIT-COMPONENT: be a little more 22 defensive. 23 24 2006-12-31 02:32 gb 25 26 * compiler/nx0.lisp: NX-FORM-TYPE: handle quoted constants. 27 28 2006-12-31 02:29 gb 29 30 * xdump/faslenv.lisp: Bump $fasl-vers. 31 32 2006-12-31 02:28 gb 33 34 * level-1/version.lisp: Bump; remove "Beta" designation. 35 1 36 2006-12-29 20:13 gb 2 37
Note:
See TracChangeset
for help on using the changeset viewer.
