[armedbear-ticket] [armedbear] #144: Compiler generates incorrect bytecode
armedbear
armedbear-devel at common-lisp.net
Sun Apr 3 16:35:10 UTC 2011
#144: Compiler generates incorrect bytecode
-----------------------+----------------------------------------------------
Reporter: mevenson | Owner: ehuelsmann
Type: defect | Status: new
Priority: major | Milestone: 0.26
Component: compiler | Version: 0.24
Resolution: | Keywords: compiler quicklisp snmp
-----------------------+----------------------------------------------------
Comment(by mevenson):
Simplified form
{{{
(defun generate-table (arg)
(declare (type fixnum arg))
(let ((unused (mapcar #'(lambda ()) nil)))
(dotimes (i arg) t)))
}}}
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/144#comment:1>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list