Removed (interrupt-check:procedure/avoid-for-this-label? label)
authorStephen Adams <edu/mit/csail/zurich/adams>
Fri, 2 Dec 1994 02:17:19 +0000 (02:17 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Fri, 2 Dec 1994 02:17:19 +0000 (02:17 +0000)
v8/src/compiler/machines/spectrum/rules3.scm

index b6068267db2e30bbf8e96735b7b884bb23449799..64fc102b93de88f5a0d4ff179d243907bf2af99c 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rules3.scm,v 1.4 1994/12/01 20:40:11 adams Exp $
+$Id: rules3.scm,v 1.5 1994/12/02 02:17:19 adams Exp $
 
 Copyright (c) 1988-1994 Massachusetts Institute of Technology
 
@@ -1590,6 +1590,7 @@ MIT in each case. |#
   label dbg-info                       ; ignored
   (LAP))
 \f
+#|
 (define (interrupt-check:procedure/avoid-for-this-label? label)
   ;; A hack to test Bill's hypothesis that a lot of time is going into the
   ;; interrupt check at receiver-x, alt-x, and cons-x procedures.
@@ -1603,6 +1604,10 @@ MIT in each case. |#
       (like? 'cons-)
       (like? 'next-)
       (like? 'receiver-)))
+|#
+(define (interrupt-check:procedure/avoid-for-this-label? label)
+  label
+  false)
 
 (define-rule statement
   (INTERRUPT-CHECK:PROCEDURE (? intrpt) (? heap) (? stack) (? label)