Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (916 - 918 of 1030)

Ticket Resolution Summary Owner Reporter
#1220 fixed FORMAT performance regression (memory usage) Gary Byers Michael Kappert
Description

When *print-circle* is T, FORMAT uses three times as much memory when printing conses compared to 1.9-r15757 (LinuxX8664), for example:

(defun test () (dotimes (k 100000) (format () "~a" '((a) (b)))))
(time (test))

Runtime is also increased, by ca. 25%

When *print-circle* is nil, the increase in memory usage is even bigger (almost tenfold).

#1221 notabug 'sys/signal.h' file not found during CCL build Frank Tamborello
Description

This issue occurred on an Intel Core i7 Mac, Mac OS 10.9.4, with gm4 version 1.4.6. I checked out r16175 via subversion, launched the image with no init, and encountered an error (attached, "building-lisp-kernel-error.txt") during kernel compilation when I tried to call (rebuild-ccl :full t).

So then I removed dx86cl* and then svn updated as per the rebuild fails passage of CCL's manual section 2.2.4.3. And because I was having trouble rebuilding the image I went into the lisp-kernel/dx8664/ directory and tried to make clean && make, and got a fatal error, sys/signal.h was not found (details attached, make-error.txt):

#include <sys/signal.h>

1 error generated. make: * [pmcl-kernel.o] Error 1

#1222 fixed complex single-float binding Gary Byers
Description

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

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