exported to the global environment.
#| -*-Scheme-*-
-$Id: compiler.pkg,v 1.1 1993/06/08 06:13:32 gjr Exp $
+$Id: compiler.pkg,v 1.2 1993/08/11 23:36:44 cph Exp $
Copyright (c) 1992-1993 Massachusetts Institute of Technology
(export ()
compiler:analyze-side-effects?
compiler:cache-free-variables?
+ compiler:coalescing-constant-warnings?
compiler:code-compression?
compiler:compile-by-procedures?
compiler:cse?
#| -*-Scheme-*-
-$Id: compiler.pkg,v 1.6 1993/02/25 02:18:00 gjr Exp $
+$Id: compiler.pkg,v 1.7 1993/08/11 23:36:50 cph Exp $
Copyright (c) 1992-1993 Digital Equipment Corporation (D.E.C.)
(export ()
compiler:analyze-side-effects?
compiler:cache-free-variables?
+ compiler:coalescing-constant-warnings?
compiler:code-compression?
compiler:compile-by-procedures?
compiler:cse?
#| -*-Scheme-*-
-$Id: compiler.pkg,v 1.44 1993/07/06 00:56:22 gjr Exp $
+$Id: compiler.pkg,v 1.45 1993/08/11 23:36:30 cph Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
(export ()
compiler:analyze-side-effects?
compiler:cache-free-variables?
+ compiler:coalescing-constant-warnings?
compiler:code-compression?
compiler:compile-by-procedures?
compiler:cse?
#| -*-Scheme-*-
-$Id: compiler.pkg,v 1.16 1993/07/07 20:44:36 gjr Exp $
+$Id: compiler.pkg,v 1.17 1993/08/11 23:36:59 cph Exp $
Copyright (c) 1992-1993 Massachusetts Institute of Technology
(export ()
compiler:analyze-side-effects?
compiler:cache-free-variables?
+ compiler:coalescing-constant-warnings?
compiler:code-compression?
compiler:compile-by-procedures?
compiler:cse?
#| -*-Scheme-*-
-$Id: compiler.pkg,v 1.14 1993/07/07 20:44:09 gjr Exp $
+$Id: compiler.pkg,v 1.15 1993/08/11 23:36:37 cph Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
(export ()
compiler:analyze-side-effects?
compiler:cache-free-variables?
+ compiler:coalescing-constant-warnings?
compiler:code-compression?
compiler:compile-by-procedures?
compiler:cse?
#| -*-Scheme-*-
-$Id: compiler.pkg,v 1.42 1993/07/01 06:51:22 gjr Exp $
+$Id: compiler.pkg,v 1.43 1993/08/11 23:36:23 cph Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
(export ()
compiler:analyze-side-effects?
compiler:cache-free-variables?
+ compiler:coalescing-constant-warnings?
compiler:code-compression?
compiler:compile-by-procedures?
compiler:cse?
#| -*-Scheme-*-
-$Id: compiler.pkg,v 1.16 1993/02/25 02:17:31 gjr Exp $
+$Id: compiler.pkg,v 1.17 1993/08/11 23:36:13 cph Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
(export ()
compiler:analyze-side-effects?
compiler:cache-free-variables?
+ compiler:coalescing-constant-warnings?
compiler:code-compression?
compiler:compile-by-procedures?
compiler:cse?