procedures-with-setters, debitrot `optimize', dedottification
authorAndy Wingo <wingo@pobox.com>
Sun, 4 May 2008 13:37:54 +0000 (15:37 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 4 May 2008 13:37:54 +0000 (15:37 +0200)
commit61dc81d993c25d75aaaa5b29463c0f5b55eceb6f
tree4e308c93bc4a9322e95720d9459635fae496ed32
parent9f8ec6eb1fabb4d02a458d029c50eb0ebaa8a4d8
procedures-with-setters, debitrot `optimize', dedottification

* module/system/base/syntax.scm (define-record): Define the accessors as
  procedures-with-setters, not just as getters.

* module/system/il/compile.scm (optimize): This function was bitrotten
  since the addition of source locations in
  cb4cca12e719edfef1740f238d9187c21c8e1e35. Untested attempts to
  de-bitrot it. Dedottify as well.

* module/system/il/ghil.scm:
* module/system/il/glil.scm (unparse):
* module/system/vm/debug.scm (debugger-repl): Ongoing dedottification.
module/system/base/syntax.scm
module/system/il/compile.scm
module/system/il/ghil.scm
module/system/il/glil.scm
module/system/vm/debug.scm