From cmucl-devel at common-lisp.net Thu Jul 1 09:45:13 2010 From: cmucl-devel at common-lisp.net (cmucl) Date: Thu, 01 Jul 2010 09:45:13 -0000 Subject: [cmucl-ticket] [cmucl] #41: empty unwind-protect Message-ID: <054.4521ad1eef2fd171dcedc56236913e87@common-lisp.net> #41: empty unwind-protect -------------------------+-------------------------------------------------- Reporter: heller | Owner: somebody Type: enhancement | Status: new Priority: minor | Milestone: Component: Core | Version: 20a Keywords: | -------------------------+-------------------------------------------------- For simple code like: {{{ (defun foo () (unwind-protect nil)) }}} the compiler produces awful lots of code. -- Ticket URL: cmucl cmucl