Changeset 5660


Ignore:
Timestamp:
Dec 31, 2006, 2:20:07 AM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5653 r5660  
     12006-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
     72006-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
     192006-12-31 02:33  gb
     20
     21        * level-1/l1-pathnames.lisp: %SPLIT-COMPONENT: be a little more
     22        defensive.
     23
     242006-12-31 02:32  gb
     25
     26        * compiler/nx0.lisp: NX-FORM-TYPE: handle quoted constants.
     27
     282006-12-31 02:29  gb
     29
     30        * xdump/faslenv.lisp: Bump $fasl-vers.
     31
     322006-12-31 02:28  gb
     33
     34        * level-1/version.lisp: Bump; remove "Beta" designation.
     35
    1362006-12-29 20:13  gb
    237
Note: See TracChangeset for help on using the changeset viewer.