Add slot for table to contain profiling information for primitives.
authorChris Hanson <org/chris-hanson/cph>
Tue, 28 Apr 1987 16:38:00 +0000 (16:38 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 28 Apr 1987 16:38:00 +0000 (16:38 +0000)
v7/src/microcode/fixobj.h
v8/src/microcode/fixobj.h

index ba893391951aed4c80e24afd0f2b15856b087826..ea2767a5ea7375dedfdcd04100d9a286a3eb8200 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/fixobj.h,v 9.24 1987/04/03 00:12:59 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/fixobj.h,v 9.25 1987/04/28 16:38:00 cph Rel $
  *
  * Declarations of user offsets into the Fixed Objects Vector.
  * This should correspond to the file UTABMD.SCM
@@ -70,6 +70,7 @@ MIT in each case. */
 #define Compiler_Err_Procedure  0x20   /* ??? */
 #define Lost_Objects_Base      0x21    /* Free at the end of the "real" gc. */
 #define State_Space_Root       0x22    /* Root of state space */
+#define Primitive_Profiling_Table 0x23 /* Table of profile counts for primitives. */
 
-#define NFixed_Objects         0x23
+#define NFixed_Objects         0x24
 
index 76757713cc1926150f786b31908ee609a37257f0..affa4d2a7bd3b3fd0af82b298735a01e7727634c 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/fixobj.h,v 9.24 1987/04/03 00:12:59 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/fixobj.h,v 9.25 1987/04/28 16:38:00 cph Rel $
  *
  * Declarations of user offsets into the Fixed Objects Vector.
  * This should correspond to the file UTABMD.SCM
@@ -70,6 +70,7 @@ MIT in each case. */
 #define Compiler_Err_Procedure  0x20   /* ??? */
 #define Lost_Objects_Base      0x21    /* Free at the end of the "real" gc. */
 #define State_Space_Root       0x22    /* Root of state space */
+#define Primitive_Profiling_Table 0x23 /* Table of profile counts for primitives. */
 
-#define NFixed_Objects         0x23
+#define NFixed_Objects         0x24