- Apr 30, 1991
-
-
ram authored
-
- Apr 29, 1991
- Apr 28, 1991
-
-
wlott authored
the vop and once in loadw. Changed them to just use the l inst directly.
-
wlott authored
-
ram authored
-
ram authored
lose big if you give it too many files. Also, added a -time option which is passed through to find to reduce the number of times rlog is called.
-
ram authored
-
wlott authored
1/4 of if.
-
wlott authored
-
wlott authored
only needed to read one word of the source to compute the rightmost dst word. We were reading two words which made load seg-fault because next src word was on a different page (that wasn't mapped in).
-
- Apr 27, 1991
- Apr 26, 1991
- Apr 25, 1991
-
-
ram authored
-
chiles authored
-
chiles authored
Created a "Set Buffer Writable" command.
-
ram authored
explicit bounds checking.
-
ram authored
-
ram authored
that they will do bounds checking (and it makes them more tense as well.)
-
ram authored
closure for any Nth arg. Added a similar SEQUENCE-RESULT-NTH-ARG which handles sequence function result types.
-
ram authored
ones. Added %WITH-ARRAY-DATA. Changed string functions to accept characters.
-
- Apr 24, 1991
-
-
ram authored
-
ram authored
and also correctly handles multi-level displacement. Made SVREF, et al, safe so that bounds checking is done.
-
ram authored
%WITH-ARRAY-DATA in the hairy cases. Now this macro checks that (<= start end length), to prevent bounds errors in unsafe code.
-
ram authored
is more clever. Also, changed it to accept any STRINGable thing, instead of just strings and symbols. These macros now bind the offset var instead of randomly setting it.
-
ram authored
-
ram authored
able to do it, and it can't cause any problems that I can think of.
-
ram authored
-
ram authored
(didn't include NIL), and this isn't very important now that there is FAST-SAFE-COERCE-TO-FUNCTION.
-
ram authored
-
ram authored
unnecessarily dependent on the availability of meta-compile time VOP info.
-
- Apr 23, 1991
-
-
chiles authored
Added COUNT-ME VOP which was missing in RT port.
-
chiles authored
Added export of *assembly-unit-length*. Commented something.
-
chiles authored
I deleted DEFENUM and PAD-DATA-BLOCK since we now get them from this file Rob created and moved stuff into: ../generic/vm-macs.lisp.
-
ram authored
-
chiles authored
-