Changeset 5705
- Timestamp:
- Jan 11, 2007, 11:20:02 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/ChangeLog
r5701 r5705 1 2007-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 7 2007-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 13 2007-01-11 23:54 gb 14 15 * lib/foreign-types.lisp: %FOREIGN-ARRAY-ACCESS-FORM. 16 1 17 2007-01-10 15:50 gb 2 18
Note:
See TracChangeset
for help on using the changeset viewer.
