[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

disassemble and compile questions



The language spec says nothing about what a compiled-code object looks
like, so it seems perfectly reasonable to me that an implementation
could have several internal compiled code formats, some (a lot) more
compiled than others.  Also, many implementations do a little work on
the lambda expression that would otherwise be produced by DEFUN before
storing it in a function cell, at least to the extent of making that
implicit BLOCK explicit.

-- Scott