- 22 Jul, 1993 2 commits
- 15 May, 1993 1 commit
-
-
ram authored
*byte-compile* so that this compilation is affected.
-
- 13 May, 1993 1 commit
-
-
ram authored
choose native compilation for everything. This ensures that we won't reference a native closure in a byte-compiled top-level form, or vice-versa.
-
- 12 May, 1993 3 commits
- 11 May, 1993 1 commit
-
-
ram authored
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.
-
- 08 May, 1993 1 commit
-
-
ram authored
-
- 12 Mar, 1993 1 commit
-
-
hallgren authored
-
- 26 Feb, 1993 1 commit
-
-
ram authored
-
- 13 Feb, 1993 1 commit
-
-
ram authored
-
- 25 Nov, 1992 1 commit
-
-
wlott authored
-
- 18 Nov, 1992 1 commit
-
-
wlott authored
disassembler has been set up for the backend we are using.
-
- 23 Sep, 1992 2 commits
- 22 Sep, 1992 1 commit
-
-
ram authored
-
- 10 Sep, 1992 1 commit
-
-
hallgren authored
no 's' on the end.
-
- 08 Sep, 1992 1 commit
-
-
hallgren authored
disassem:disassemble-assem-segment to go along with the changes in disassem.lisp.
-
- 07 Sep, 1992 1 commit
-
-
ram authored
Don't run the back-end(s) on components with no code. Don't need to use SUBSTITUTE-LEAF-IF in COMPILE anymore, since notinline references will be to a different leaf
-
- 03 Aug, 1992 1 commit
-
-
wlott authored
-
- 02 Aug, 1992 1 commit
-
-
ram authored
-
- 30 Jul, 1992 1 commit
-
-
hallgren authored
when using new-assem.
-
- 28 Jul, 1992 1 commit
-
-
wlott authored
component, so it happens when byte compiling also.
-
- 22 Jul, 1992 1 commit
-
-
wlott authored
compiling.
-
- 11 Jul, 1992 1 commit
-
-
wlott authored
-
- 12 Jun, 1992 1 commit
-
-
wlott authored
before doing the read instead of binding *features* to (backend-features *backend*) for the duration of the compile. This way, the compiler can use (backend-featurep :foo) to tell how to compile, and cross compilers can be compiled correctly with respect to #+foo.
-
- 25 May, 1992 1 commit
-
-
ram authored
-
- 18 May, 1992 1 commit
-
-
wlott authored
assembler.
-
- 16 May, 1992 2 commits
- 15 May, 1992 1 commit
-
-
wlott authored
case OLD-IN-PACKAGE and %IN-PACKAGE. The IN-PACKAGE macro looks at its arguments and picks the correct one to expand into.
-
- 21 Apr, 1992 1 commit
-
-
wlott authored
instead of assuming that it's going to be an ir2-component. Pass #'make-ir2-block to control-analyze in native-compile-component now that control-analyze takes the constructor function as an argument instead of assuming it should make ir2-blocks.
-
- 14 Apr, 1992 1 commit
-
-
wlott authored
-
- 29 Mar, 1992 1 commit
-
-
wlott authored
between-gcs* by a factor of 4 instead of turning off all garbage collection.
-
- 23 Mar, 1992 1 commit
-
-
wlott authored
-
- 25 Feb, 1992 1 commit
-
-
wlott authored
-
- 21 Feb, 1992 1 commit
-
-
ram authored
-
- 14 Feb, 1992 1 commit
-
-
wlott authored
-
- 12 Feb, 1992 1 commit
-
-
ram authored
printed when there are errors, so this doesn't seem a violation of the spirit of the spec.)
-