Exported compiler:enable-statistics? switch.
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 15 Dec 1994 03:07:44 +0000 (03:07 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Thu, 15 Dec 1994 03:07:44 +0000 (03:07 +0000)
v8/src/compiler/machines/spectrum/compiler.pkg

index 565c18f624ab7f1699d34c86665f644206b8edaf..5e71d182c91d6ab0b507f08d2c105bc1942155b5 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.6 1994/12/15 02:32:09 adams Exp $
+$Id: compiler.pkg,v 1.7 1994/12/15 03:07:44 adams Exp $
 
 Copyright (c) 1988-1994 Massachusetts Institute of Technology
 
@@ -46,20 +46,12 @@ MIT in each case. |#
         "machines/spectrum/machin"     ;machine dependent stuff
         "back/asutl"                   ;back-end odds and ends
         "base/utils"                   ;odds and ends
+        "base/stats"                   ;statistics abstraction
 
         "base/cfg1"                    ;control flow graph
         "base/cfg2"
         "base/cfg3"
 
-        ;; Old CFG stuff
-        ;;"base/ctypes"                        ;CFG datatypes
-        ;;"base/rvalue"                        ;Right hand values
-        ;;"base/lvalue"                        ;Left hand values
-        ;;"base/blocks"                        ;rvalue: blocks
-        ;;"base/proced"                        ;rvalue: procedures
-        ;;"base/contin"                        ;rvalue: continuations
-        ;;"base/subprb"                        ;subproblem datatype
-
         "rtlbase/rgraph"               ;program graph abstraction
         "rtlbase/rtlty1"               ;RTL: type definitions
         "rtlbase/rtlty2"               ;RTL: type definitions
@@ -113,21 +105,6 @@ MIT in each case. |#
          compiler:display-statistics
          compiler:reset-statistics!))
 \f
-;;(define-package (compiler reference-contexts)
-;;  (files "base/refctx")
-;;  (parent (compiler))
-;;  (export (compiler)
-;;       add-reference-context/adjacent-parents!
-;;       initialize-reference-contexts!
-;;       make-reference-context
-;;       modify-reference-contexts!
-;;       reference-context/adjacent-parent?
-;;       reference-context/block
-;;       reference-context/offset
-;;       reference-context/procedure
-;;       reference-context?
-;;       set-reference-context/offset!))
-
 (define-package (compiler macros)
   (files "base/macros")
   (parent ())