"README.md" did not exist on "780037789585d2031fcd8cead3cbb1a2cf9c48ca"
- May 06, 1991
-
-
ram authored
to report-times, rather than at load time (so that it will be right for the machine run on, rather than the machine built on.) Tweaked some compiler conditionals and fixed some wrong-type slot defaults.
-
- May 04, 1991
- Apr 28, 1991
- Apr 25, 1991
- Apr 24, 1991
-
-
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.
-
- Apr 23, 1991
-
-
ram authored
QUICK-INTEGER-TO-STRING.
-
ram authored
size and type. Also, printing can be limited by object count, in which case we don't print page breaks.
-
ram authored
Changed INTERNAL-LOAD to CERROR if you attempt to load a file with a fasl type, but that doesn't have a fasl header. Changed FASLOAD to use FILE-LENGTH instead of LISTEN to tell whether the file is empty, since LISTEN currently doesn't work.
-
ram authored
safe code.
-
ram authored
-
ram authored
-
wlott authored
-
wlott authored
-
wlott authored
to load the last src word or not backwards, so we didn't load it when we needed it. (And potentially read one too many words when we didn't need it.)
-
- Apr 22, 1991
- Apr 21, 1991
-
-
ram authored
trigger page protections whenever it changes the lisp *GC-TRIGGER*. This should prevent problems with GC never happening when the reclaim goal is increased. Also, merged Bill's fix from the old system whereby we only frob *GC-INHIBIT* related to the inhibit hook when the hook returns T. And I changed the default before&after hooks to not beep unless *GC-VERBOSE* is :BEEP, which is *not* the default.
-
- Apr 20, 1991
-
-
ram authored
Also, added :OPTIMIZE and :OPTIMIZE-INTERFACE for changing the "global" compilation policy within the dynamic extent. Added :CONTEXT-DECLARATIONS, which provides a way to insert declarations conditional on pattern mathcing of the context in which the definition appears. So you can compiler all external functions safe, or whatever.
-
- Apr 19, 1991
-
-
ram authored
its name to CODE-BREAKDOWN. Added a bunch of functions for finding the indegree and outdegree of nodes in the call graph (i.e. how many times functions are called, and how many calls functions make.) Also added some stuff that uses Scott's histogram package (in the library) this is #+NIL so that it will compile without. See MEMORY-HISTOGRAM which can print various histograms of object statistics.
-
- Apr 16, 1991
- Apr 14, 1991
- Apr 13, 1991
-
-
wlott authored
-
- Apr 09, 1991
- Apr 06, 1991
-
-
wlott authored
assuming that everyone is going to use the same pathname type that we use. Also, when the given filename doesn't exist and doesn't have a type, try ``fasl'' in addition to the machine specific fasl file type. Also added a *load-depth* special that load maintains as the number of times load recurses. The various people who print semicolons at the beginning of the line now print this many semicolons instead of always printing one.
-
- Mar 25, 1991
-
-
chiles authored
screen specified by the user before returning the display.
-
- Mar 23, 1991
-
-
wlott authored
-
- Mar 20, 1991
-
-
wlott authored
have a trace-table-offset slot.
-