Skip to content
Snippets Groups Projects
Commit 42f9da54 authored by ram's avatar ram
Browse files

Added support for :BYTE-COMPILE argument to compile-file. If T, we

byte-compile everything and create a machine-independent fasl file (dependent
only on byte order.)  If :MAYBE (the default, from ext:*byte-compile-default*),
things are byte-compiled when speed = 0 and debug <= 1.  Top-level forms are
byte-compiled by default (controlled by ext:*byte-compile-top-level*.)
Split IR2 trace-file dumping off from DESCRIBE-COMPONENT so that different
back-ends can do different things.
parent e56ec4bf
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment