| www.delorie.com/gnu/docs/emacs/cl_61.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Use of the optimizing Emacs compiler is highly recommended; many of the Common
Lisp macros emit
code which can be improved by optimization. In particular,
blocks (whether explicit or implicit in constructs like
defun* and loop) carry a fair run-time penalty; the
optimizing compiler removes blocks which are not actually
referenced by return or return-from inside the block.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |