How do I go about looking at the C and machine code generated by the GCL
compiler either for one function at a time (compile 'fun) or for a whole
file (compile-file ...)?
I tried (describe 'compile), but all it does is give me the source code and
then Error in PCL::PCL-DESCRIBE [or a callee]: Cannot open the file NIL.
-s