remove compile-time-environment
authorAndy Wingo <wingo@pobox.com>
Wed, 20 May 2009 15:41:21 +0000 (17:41 +0200)
committerAndy Wingo <wingo@pobox.com>
Wed, 20 May 2009 15:41:21 +0000 (17:41 +0200)
commit68623e8e7883077dbb26521fe6d9c185df3138ce
tree495d844a4a72b9a25b334cd2ae85e782619ed7b0
parent9806a548fe1a9cca0f82ef4f2f08fbcba5eccfaa
remove compile-time-environment

* module/ice-9/boot-9.scm (guile-user): Move the `compile' autoload to
  the guile-user module. Remove reference to compile-time-environment.

* module/language/scheme/compile-ghil.scm:
* module/language/tree-il/compile-glil.scm:
* module/language/tree-il/optimize.scm:
* module/system/base/compile.scm:
* test-suite/tests/compiler.test: Remove definition of and references to
  compile-time-environment. While I do think that recompilation based on
  a lexical environment can be useful, I think it needs to be implemented
  differently. So for now we've lost nothing if we take it away, as it
  doesn't work with syncase anyway.
module/ice-9/boot-9.scm
module/language/scheme/compile-ghil.scm
module/language/tree-il/compile-glil.scm
module/language/tree-il/optimize.scm
module/system/base/compile.scm
test-suite/tests/compiler.test