Major redesign of front end of compiler. Continuations are now
authorChris Hanson <org/chris-hanson/cph>
Fri, 4 Dec 1987 20:35:52 +0000 (20:35 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 4 Dec 1987 20:35:52 +0000 (20:35 +0000)
commite4df33da5a4ea8edf722c8358f4685fe5ab73f33
tree619b27eefda36dde4c7bd98d52cdbcb4e9d9c0bc
parent1cea147379f8de02fff1c1a09b03262b066b1929
Major redesign of front end of compiler.  Continuations are now
modeled more exactly by means of a CPS-style analysis.  Poppers have
been flushed in favor of dynamic links, and optimizations have been
added that eliminate the use of static and dynamic links in many
cases.
v7/src/compiler/machines/bobcat/machin.scm
v7/src/compiler/rtlgen/fndblk.scm [new file with mode: 0644]
v7/src/compiler/rtlgen/opncod.scm [new file with mode: 0644]
v7/src/compiler/rtlgen/rgcomb.scm
v7/src/compiler/rtlgen/rgproc.scm
v7/src/compiler/rtlgen/rgretn.scm [new file with mode: 0644]
v7/src/compiler/rtlgen/rgrval.scm
v7/src/compiler/rtlgen/rgstmt.scm
v7/src/compiler/rtlgen/rtlgen.scm