- Nov 18, 1991
-
-
wlott authored
-
- Nov 17, 1991
- Nov 16, 1991
-
-
ram authored
-
ram authored
-
ram authored
-
ram authored
when there are no values forms.
-
ram authored
or has already been terminated. In IR1-OPTIMIZE-MV-COMBINATION, don't do MV-LET optimizations on local MV-CALLs that aren't MV-LETs yet.
-
ram authored
to the component tail. We move those links to the new component tail.
-
wlott authored
-
wlott authored
:eval-name t now also evals them.
-
wlott authored
-
wlott authored
*standard-output* when the pointer has been broken.
-
- Nov 15, 1991
-
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
checking, and stop using that old crock.
-
ram authored
information, since both the derived and asserted types can independently spuriously be NIL during IR1 conversion. Also, deleted some unnecessary (and wrong) checking of CONTINUATION-REOPTIMIZE in IR1-OPTIMIZE-MV-COMBINATION.
-
ram authored
:LOCAL before calling CHANGE-REF-LEAF so that the new call can be immediately let-converted.
-
ram authored
-
- Nov 14, 1991
-
-
chiles authored
Changed NN-REPLY-CLEANUP-SPLIT-WINDOWS to delete the message-window instead of the reply-window. Split CONNECT-TO-NNTP into two: RAW-CONNECT-TO-NNTP and CONNECT-TO-NNTP. The first is the same as the original with the addition of specifying a timeout value to MAKE-FD-STREAM. The second binds a handler for the IO-TIMEOUT condition and gives the user an error message. Added Hemlock variable "Netnews NNTP Timeout Period" to control how long Netnews will wait (while connecting to NNTP) before timing out. Changed *nntp-server* into Hemlock variable "Netnews NNTP Server". Added command "Netnews Reply to Sender in Other Window". Added functions NN-SETUP-FOR-REPLY-BY-MAIL and NN-REPLY-TO-SENDER to hold common code for "Netnews Forward Message", "Netnews Reply to Sender", and "Netnews Reply to Sender in Other Window". Changed default bindings to use "Netnews Reply to Group in Other Window" and "Netnews Reply to Sender in Other Window"
-
wlott authored
-
wlott authored
-
ram authored
:DELETED-BLOCK-STARTs.
-
- Nov 13, 1991
-
-
ram authored
whether any args have reoptimize set. Most calls to IR1-OPTIMIZE-COMBINATION that this inhibits are actually desirable. Deleted assertion in JOIN-SUCCESSOR-IF-POSSIBLE. This really can happen, and DELETE-CONTINUATION should do the right thing. Changed MAYBE-TERMINATE-BLOCK to take an explicit IR1-P flag. Fixed it not to consider deleted continuations to have type NIL. Use DELETE-CONTINUATION on the old continuation if it has no references and we aren't in IR1 conversion.
-
ram authored
live and specified-save TNs.
-
ram authored
-
ram authored
necessary to delete all unreachable code. Also, added some ~&'s that improve readability when *compile-progress* is T.
-
ram authored
conversion.
-
ram authored
so that we can iterate when new dead code is discovered (due to deletion of function references.)
-
ram authored
-
- Nov 12, 1991
-
-
ram authored
-
ram authored
when the args are. Put tight bounds on the SIN, COS result types. Some of the other functions could use bounds.
-
ram authored
out whether the result type is real on the basis of the argument range. Change the irrational -> C library transforms to use :EVAL-NAME instead of macroexpanding a zillion times. Also, the result of ATAN is always real, so we don't need a result type assertion.
-
ram authored
-
ram authored
-
ram authored
result type specs.
-