Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (940 - 942 of 1030)

Ticket Resolution Summary Owner Reporter
#394 invalid Please consider enabling EGC by default Gary Byers jch
Description

On Linux/x86_64, I've found CCL to perform slightly better with EGC enabled, even for batch jobs. Obviously, for interactive tasks EGC appears to be a big win (avoiding the 0.7 second pauses that I get with the ordinary GC).

Please consider enabling the EGC by default, at least on Linux.

#395 invalid spurious warning in :around method? Gary Byers R. Matthew Emerson
Description

I'm not sure it's desirable to warn about JUNK being unused in the :around method below.

(defclass foo ()
  ())

(defmethod do-nothing ((f foo) junk)
  (or junk 42))

(defmethod do-nothing :around ((f foo) junk)
  (format t "~&hi")
  (format t "~&~s" (call-next-method))
  (format t "~&bye"))
;Compiler warnings :
;   In (DO-NOTHING :AROUND (FOO T)) inside an anonymous lambda form: Unused lexical variable JUNK
#397 invalid Warning in %COMPILE-FILE Gary Byers Stelian Ionescu
Description

Doing a full rebuild of the x86/32 port revision 11602, I get this:

;Compiler warnings for "/home/hechee/Software/opt/ccl/lib/nfcomp.lisp" :
;   In %COMPILE-FILE: In the call to REPORT-DEFERRED-WARNINGS with arguments (*COMPILE-FILE-PATHNAME*),
;     1 argument were provided, but at most 0 are accepted
;     by the current global definition of REPORT-DEFERRED-WARNINGS
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.