#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.pkg,v 1.11 1988/11/07 13:57:31 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.pkg,v 1.12 1988/12/06 18:49:43 jinx Exp $
Copyright (c) 1988 Massachusetts Institute of Technology
)
(parent ())
(export ()
+ compiler:analyze-side-effects?
compiler:cache-free-variables?
compiler:code-compression?
compiler:cse?
"fgopt/closan" ;closure analysis
"fgopt/envopt" ;environment optimization
"fgopt/blktyp" ;environment type assignment
+ "fgopt/sideff" ;side effect analysis
"fgopt/contan" ;continuation analysis
"fgopt/simple" ;simplicity analysis
"fgopt/order" ;subproblem ordering
)
(parent (compiler))
(export (compiler top-level)
+ clear-call-graph!
+ compute-call-graph!
compute-node-offsets
connectivity-analysis
continuation-analysis
outer-analysis
optimize-environments!
setup-block-types!
+ side-effect-analysis
simplicity-analysis
simulate-application
subproblem-ordering))