From f1a1fcbae62d0a17100758449f07acf2365ca04f Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 7 Jul 1992 22:10:20 +0000 Subject: [PATCH] 6/22/92 to 7/7/92 --- general-info/alpha-notes-thru-92.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/general-info/alpha-notes-thru-92.txt b/general-info/alpha-notes-thru-92.txt index 4e2cd0450..6497ed4e3 100644 --- a/general-info/alpha-notes-thru-92.txt +++ b/general-info/alpha-notes-thru-92.txt @@ -1,3 +1,29 @@ +6/22/92 to 7/7/92 + +Code: + +Added debugger commands to manipulate breakpoints. See the debugger help +string for details. + +Changed the type of *TOTAL-BYTES-CONSED* from fixnum to integer because it +is very easy to cons more than most-positive-fixnum bytes. It just takes a +while. + +Added some type declarations so that a call to make-array in +make-hash-table gets open coded. + +Removed *task-data* and *task-notify* because they aren't used, and I have +no idea what they should be changed to under mach 3.0. + + +Compiler: + +Fixed MAKE-LOAD-TIME-CONSTANT-TN to quit looking once it found an matching +constant, so that it actually uses the same constant slot for the same +value. + + + 6/15/92 to 6/22/92 Code: -- GitLab