Refactor compiler top level to do info-file dump as late as possible.
authorChris Hanson <org/chris-hanson/cph>
Fri, 12 Oct 2018 22:49:43 +0000 (15:49 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 14 Oct 2018 03:04:08 +0000 (20:04 -0700)
commit6fa641e09ec0dee405f8fa8151dc87bdcc3bcf98
tree48ac0e3afe79b1ff37ba45966ba8ec5a5243dddd
parent6f360560c3f66be3987bce5bdfa48fa0c6a0a179
Refactor compiler top level to do info-file dump as late as possible.

This is to support compiling R7RS libraries as if they were independent files,
and gathering all their debug info together before writing it out.
src/compiler/base/asstop.scm
src/compiler/base/crstop.scm
src/compiler/base/toplev.scm
src/compiler/machines/C/ctop.scm