Changeset 5705


Ignore:
Timestamp:
Jan 11, 2007, 11:20:02 PM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5701 r5705  
     12007-01-11 23:58  gb
     2
     3        * compiler/PPC/ppc2.lisp: Transform (/ (* constant1 exp) constant2)
     4        into (* (/ constant1 constant2) exp).  Not very general, but makes
     5        some foreign address arithmetic better.
     6
     72007-01-11 23:56  gb
     8
     9        * lib/macros.lisp: Simple PAREF: (paref pointer
     10        foreign-pointer-or-array-type index) does simple arithmetic for
     11        you.
     12
     132007-01-11 23:54  gb
     14
     15        * lib/foreign-types.lisp: %FOREIGN-ARRAY-ACCESS-FORM.
     16
    1172007-01-10 15:50  gb
    218
Note: See TracChangeset for help on using the changeset viewer.