Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (484 - 486 of 1030)

Ticket Resolution Summary Owner Reporter
#705 fixed ffigen alias link broken R. Matthew Emerson Arthur Cater
Description

The link to ffigen-bin-darwinppc-gcc-4.0.0-2005-5-17-11-45-56.tar.gz is an alias whose file has vanished.

#704 fixed eql-specializer-objects are not freed (remove-method) Lars Rune Nøstdal
Description

Just tried this https://bugs.launchpad.net/sbcl/+bug/492851 in CCL and got the same result after a while.

Here is the code:

(defgeneric blah (x))

(defun test ()
  (let ((object (make-list 10000)))
    (defmethod blah ((x (eql object)))
      (format t "~A~%" x))
    (remove-method #'blah (first (generic-function-methods #'blah))))
  (values))

Then do:

(loop (test))

..and memory use keeps rising.

#703 fixed Typo in bridge.lisp Arthur Cater
Description

ns::wint-ns-affine-transform-struct presumably should be ns::with-ns-affine-transform-struct

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