Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (220 - 222 of 1030)

Ticket Resolution Summary Owner Reporter
#1046 fixed stack discipline and speculative PUSHes. Gary Byers
Description

See http://clozure.com/pipermail/openmcl-devel/2013-January/013968.html

Given

(defun baz (A G H)
  (LABELS ((%F14 (x y z)
             (IF (OR (< -1 -2 (DOTIMES (I 0 (FLET ((%F11 (F11-1 F11-2
                                                                F11-3) 48)) -16))
                                (RETURN-FROM %F14 5)))
                     nil)
               nil
               (COUNT (DPB (COUNT A '(16)) (BYTE 11 0) (RETURN-FROM %F14
                                                         1))
                      #(2)))))
    (%F14 1 0 0)))

calling

(baz 1 2 3)

in the REPL on x8664 reports that (non-volatile) registers were clobbered in the call.

This worked correctly in earlier releases; it seems to have broken around the time that the x86 backend started trying to "elide" speculative push/pop pairs.

#1045 fixed :DEFAULT-INITARGS ignored during ObjC object initialization Gary Byers
Description

See http://clozure.com/pipermail/openmcl-devel/2013-January/013959.html. I don't remember whether there's a good reason for this or not.

#1043 fixed encode-objc-method-arglist is sensitive to the setting of *print-circle* Pascal Bourguignon
Description

(encode-objc-method-arglist '(:int :int :int) :int) returns: "#1=i24#1#0#1#8#1#16" (when *print-circle* is bound to non nil).

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