- Apr 05, 2000
-
-
pw authored
error-severity. From Pierre Mai via Ray Toy.
-
- Nov 25, 1999
-
-
dtc authored
the global special *elsewhere-label* by dynamically binding *elsewhere-label* in native-compile-component, otherwise label-elsewhere-p breaks if code generation is reentered while code dumping is still in progress.
-
dtc authored
global tables and counters for the continuation, TN, and label debug IDs; rather dynamically bind new tables and counters in the functions compiler and sub-compiler-file with the aid of the new macro with-debug-counters.
-
dtc authored
the following global tables for compiler debug code by dynamically binding newly allocated tables when necessary: *seen-blocks*, *seen-functions*, and *list-conflicts-table*.
-
- Feb 25, 1999
-
-
pw authored
It is a benign revision as no structures are redefined. At some later point the definitions in compiler/objdef could be removed, perhaps in sync with some other type change.
-
- Feb 15, 1997
-
-
pw authored
-
- Feb 05, 1997
-
-
pw authored
-
- Jan 18, 1997
-
-
ram authored
-
- Oct 31, 1994
-
-
ram authored
-
- Oct 05, 1994
-
-
ram authored
-
- Sep 30, 1994
-
-
ram authored
-
- Aug 21, 1994
-
-
ram authored
declarations.
-
- Feb 12, 1994
-
-
ram authored
(basically always returns T.)
-
- Feb 11, 1994
- 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
-