Trampoline headers have a different tag so the profiler can
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 29 Jul 1993 07:11:02 +0000 (07:11 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 29 Jul 1993 07:11:02 +0000 (07:11 +0000)
distinguish them from ordinary cc blocks.

v7/src/microcode/cmpint.c
v8/src/microcode/cmpint.c

index 9d562d25ac6bf81238952882de0d7dff1b2b97de..eab4bf7cd023c29cecadb6fcb6f8a1caf00acc3e 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: cmpint.c,v 1.59 1993/07/29 07:02:47 gjr Exp $
+$Id: cmpint.c,v 1.60 1993/07/29 07:11:02 gjr Exp $
 
 Copyright (c) 1989-1993 Massachusetts Institute of Technology
 
@@ -2371,7 +2371,10 @@ DEFUN (store_uuo_link,
  */
 
 #define TRAMPOLINE_SIZE        (TRAMPOLINE_ENTRY_SIZE + 2)
-#ifdef AUTOCLOBBER_BUG
+
+/* Enabled so that the profiler can distinguish trampolines */
+
+#if 1 || defined(AUTOCLOBBER_BUG)
 #  define TC_TRAMPOLINE_HEADER TC_FIXNUM
 #else
 #  define TC_TRAMPOLINE_HEADER TC_MANIFEST_VECTOR
index 9d562d25ac6bf81238952882de0d7dff1b2b97de..eab4bf7cd023c29cecadb6fcb6f8a1caf00acc3e 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: cmpint.c,v 1.59 1993/07/29 07:02:47 gjr Exp $
+$Id: cmpint.c,v 1.60 1993/07/29 07:11:02 gjr Exp $
 
 Copyright (c) 1989-1993 Massachusetts Institute of Technology
 
@@ -2371,7 +2371,10 @@ DEFUN (store_uuo_link,
  */
 
 #define TRAMPOLINE_SIZE        (TRAMPOLINE_ENTRY_SIZE + 2)
-#ifdef AUTOCLOBBER_BUG
+
+/* Enabled so that the profiler can distinguish trampolines */
+
+#if 1 || defined(AUTOCLOBBER_BUG)
 #  define TC_TRAMPOLINE_HEADER TC_FIXNUM
 #else
 #  define TC_TRAMPOLINE_HEADER TC_MANIFEST_VECTOR