*** empty log message ***
authorStephen Adams <edu/mit/csail/zurich/adams>
Fri, 25 Nov 1994 22:57:50 +0000 (22:57 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Fri, 25 Nov 1994 22:57:50 +0000 (22:57 +0000)
v8/src/compiler/midend/fakeprim.scm

index 661ebfc0160a343a4fde4ad3157a4dd830059ff6..327cec1232a5d5d28dc080e802f8afd28dbabfad 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: fakeprim.scm,v 1.1 1994/11/19 02:04:29 adams Exp $
+$Id: fakeprim.scm,v 1.2 1994/11/25 22:57:50 adams Exp $
 
 Copyright (c) 1994 Massachusetts Institute of Technology
 
@@ -729,6 +729,14 @@ MIT in each case. |#
 
 (cookie-call %small-fixnum? '#F value 'precision-bits)
 
+
+(define %profile-data
+  ;; (CALL ',%profile-data '#F '<data>)
+  (make-operator/simple* "#[profile-data]" '(UNSPECIFIC-RESULT)))
+
+(cookie-call %profile-data '#F 'data)
+
+
 (define (make-operator/out-of-line name . more)
   (apply make-operator name
         '(SIDE-EFFECT-INSENSITIVE)