Opened 15 years ago
Last modified 17 months ago
#74 new defect
slow compilation test
Reported by: | trittweiler | Owned by: | ehuelsmann |
---|---|---|---|
Priority: | major | Milestone: | 1.9.3 |
Component: | compiler | Version: | |
Keywords: | performance | Cc: | |
Parent Tickets: |
Description
(eval-when (:compile-toplevel :load-toplevel :execute)
(defclass foo () ()))
(defun quux (x)
(case x
(#. (find-class 'foo) :foo)
(t :quux)))
(flet ((test (x)
(format t "~&(QUUX ~S) => ~S~%" x (quux x))))
(test 42)
(test (find-class 'foo)))
COMPILE-FILE'ing that takes over a second. No real life case,
of course, still you may be interested.
Change History (10)
comment:1 Changed 14 years ago by
Keywords: | performance added |
---|---|
Milestone: | → unscheduled |
comment:2 Changed 14 years ago by
Component: | CLOS → compiler |
---|---|
Owner: | changed from somebody to ehuelsmann |
Component should probably be 'compiler'.
comment:3 Changed 13 years ago by
Milestone: | unscheduled → 1.1.0 |
---|
comment:4 Changed 13 years ago by
Milestone: | 1.1.0 → unscheduled |
---|
comment:5 Changed 4 years ago by
Milestone: | unscheduled → 1.8.0 |
---|
comment:7 Changed 3 years ago by
Milestone: | 1.8.1 → 1.9.0 |
---|
comment:8 Changed 22 months ago by
Milestone: | 1.9.0 → 1.9.1 |
---|
comment:9 Changed 21 months ago by
Milestone: | 1.9.1 → 1.9.2 |
---|
comment:10 Changed 17 months ago by
Milestone: | 1.9.2 → 1.9.3 |
---|
Note: See
TracTickets for help on using
tickets.
Unscheduled, setting performance keyword.