optimization via going native is superior to compiler hints anyway.
compiling Lisp is backward. Lisp is clearly meant to be fully interpreted. first-class macros/fexprs are the way of kings.
Name:
Anonymous2011-09-05 15:46
compiling lisp is stupid. If you want to optimize stuff for a compiler, just write C. I think if you're writing lisp you should be fully aware that you don't much care about performance. lisp machines lost. deal with it.