- Nov 03, 1990
-
-
wlott authored
information. ,
-
wlott authored
of random symbols. Changed all the necessary macros/functions to use *backend*. Added/removed eval-whens to make sure we define meta and only meta functions at meta compile time. Removed the define-miscop stuff.
-
wlott authored
vm specific files. Changed references to *sc-names* etc to slot accessors of *backend*.
-
wlott authored
code.
-
wlott authored
in extensions.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
Changed target-byte-order to (backend-byte-order *backend*).
-
wlott authored
target-byte-order/native-byte-order hacks.
-
wlott authored
-
wlott authored
directory instead of expecting the lower level code to handle it. Changed the names of routines like %ses-get-useful-part to something reasonable.
-
- Nov 01, 1990
- Oct 31, 1990
- Oct 29, 1990
- Oct 28, 1990
- Oct 27, 1990
-
-
wlott authored
-
- Oct 26, 1990
-
-
ram authored
some sort of decision of what we should really do.
-
- Oct 25, 1990
-
-
wlott authored
hairy types, 'cause it can only take ctype structures, not random type specifiers.
-
wlott authored
-
wlott authored
code-format now that the code-format doesn't exist.
-
wlott authored
print the function that was defined if it is set. Fixed a place in fop-foreign-fixup I had missed last time.
-
- Oct 24, 1990
-
-
ram authored
arg be the union of NULL and the declared type, instead of T, so that we can push some type checking into the caller even in this case. Also, if there is a supplied-p keyword with a non-hairy default, don't do defaulting in the main entry --- do it in the keyword entry, like for any other keyword.
-
ram authored
inefficency. Now we handle mixed single/double float operations, and also do this contagion on comparisons. Also, we explicitly GIVE-UP when there is a integer-rational comparison where the rational is non-constant to reduce the chance that a mixed comparison will get through with no efficency note.
-
ram authored
the C call is pretty compact.
-
ram authored
so that cost info will be more accurate, which is useful now that there are representation selection efficency notes. It also makes the code clearer. Also, added notes for these VOPs for use in these efficency notes.
-