Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (793 - 795 of 1030)

Ticket Resolution Summary Owner Reporter
#1223 fixed (setf (aref ...) ...) of possilbly non-simple array needs to preserve unboxed value when called for effect Gary Byers
Description

http://lists.clozure.com/pipermail/openmcl-devel/2014-August/010669.html

ARM-specific

#1224 fixed acode isn't list structure anymore Gary Byers
Description

http://lists.clozure.com/pipermail/openmcl-devel/2014-September/010670.html

Note that the original code - which is looking for an APPLY form whose last subform is the incoming &rest arg - wound up descending through a block tag ...

#1238 fixed x86 assembler gets operand order wrong on MOVQ between two XMM registers Gary Byers
Description
? (ccl::defx86lapfunction bug ()
  (movq (% fp1) (% fp0))
  (ret))
BUG
? (disassemble *)
L0
    (leaq (@ (:^ L0) (% rip)) (% fn))       ;     [0]
    (movq (% fp0) (% fp1))                  ;     [7]
    (retq)                                  ;    [11]
NIL

DISASSEMBLE is correct in this case.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.