- Mar 14, 1991
- Mar 13, 1991
-
-
ram authored
allows subprocess output to get a higher priority than redisplay.
-
ram authored
editor to put on redisplay to catch up with process output (or other output.)
-
ram authored
buffered, so that the editor can punt redisplays to catch up on output.
-
wlott authored
have been removed. Otherwise, if you rename a package to be one of it's nicknames, then the entry for that package will be lost when the nickname entry is removed.
-
- Mar 12, 1991
-
-
wlott authored
get-header-data, except works with function pointers.
-
ram authored
we shouldn't put it in *FREE-FUNCTIONS*.
-
ram authored
*free-functions*. This eliminates problems with non-null-environment functions not being considered defined.
-
ram authored
In particular, we can still do self-recursive local calls, even though we don't want to do local calls from any preceding or following forms.
-
wlott authored
get-header-data, except works with functions.
-
wlott authored
-
ram authored
-
ram authored
-
ram authored
set it in advance.
-
- Mar 11, 1991
-
-
ram authored
NOTE-FAILED-OPTIMIZATION. The main reason for this reorganization is that C-F-F was being called after the IR1 had been trashed (freelisted).
-
ram authored
being done separately.
-
ram authored
-
ram authored
-
ram authored
quality.
-
ram authored
can run.
-
ram authored
-
ram authored
components. This can happen when we close over top-level variables.
-
- Mar 10, 1991
-
-
ram authored
for closure vars that have been deleted. Deleted vars can appear in the closure when we closed over top-level stuff. and the variables were subseqeuently deleted by optimization.
-
ram authored
is not already a let. Changed let conversion to use MAYBE-REMOVE-FREE-FUNCTION. Fixed ECASE syntax in convert-more-call so that we won't choke on calls with optionals.
-
ram authored
to functions in components that haven't been compiled yet.
-
ram authored
semi-inline calls work right. Also, added some assertions in function deletion.
-
ram authored
deleted function or a let.
-
ram authored
-
ram authored
merged the lifetime analysis phases.
-
- Mar 09, 1991
-
-
wlott authored
-
- Mar 08, 1991