- Sep 30, 1994
-
-
ram authored
-
- Aug 21, 1994
-
-
ram authored
declarations.
-
- Feb 12, 1994
-
-
ram authored
(basically always returns T.)
-
- Feb 11, 1994
-
-
ram authored
:BYTE-COMPILE T was specified.
-
- Feb 10, 1994
-
-
ram authored
we try to generate IR2. This avoids some internal errors when unreachable local functions are deleted.
-
- Jan 05, 1994
-
-
ram authored
when component-reanalyze-functions was added.
-
- Aug 30, 1993
-
-
ram authored
EMIT-MAKE-LOAD-FORM, and check if the constant was dumped by top-level code before proceeding. We were getting spurious recursive constant errors when top-level code referred to the same constant as a following definition.
-
- Aug 24, 1993
-
-
wlott authored
dylan code, because the dylan test suite modifies manifest constants. This is gross.
-
- Aug 20, 1993
-
-
ram authored
and isn't loaded.
-
- Aug 18, 1993
-
-
wlott authored
also look for files with a .dylan extension.
-
- Aug 05, 1993
-
-
ram authored
was taking a measurable amount of time.
-
- Aug 03, 1993
- Jul 31, 1993
- Jul 25, 1993
-
-
ram authored
that source context will be printed for undefined warnings.
-
- Jul 22, 1993
- May 15, 1993
-
-
ram authored
*byte-compile* so that this compilation is affected.
-
- May 13, 1993
-
-
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.
-
- May 12, 1993
- May 11, 1993
-
-
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.
-
- May 08, 1993
-
-
ram authored
-
- Mar 12, 1993
-
-
hallgren authored
-
- Feb 26, 1993
-
-
ram authored
-
- Feb 13, 1993
-
-
ram authored
-
- Nov 25, 1992
-
-
wlott authored
-
- Nov 18, 1992
-
-
wlott authored
disassembler has been set up for the backend we are using.
-
- Sep 23, 1992
- Sep 22, 1992
-
-
ram authored
-
- Sep 10, 1992
-
-
hallgren authored
no 's' on the end.
-
- Sep 08, 1992
-
-
hallgren authored
disassem:disassemble-assem-segment to go along with the changes in disassem.lisp.
-
- Sep 07, 1992
-
-
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
-
- Aug 03, 1992
-
-
wlott authored
-
- Aug 02, 1992
-
-
ram authored
-
- Jul 30, 1992
-
-
hallgren authored
when using new-assem.
-
- Jul 28, 1992
-
-
wlott authored
component, so it happens when byte compiling also.
-