Major redesign of front end of compiler. Continuations are now
authorChris Hanson <org/chris-hanson/cph>
Fri, 4 Dec 1987 19:06:50 +0000 (19:06 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 4 Dec 1987 19:06:50 +0000 (19:06 +0000)
commit911c58b8da8c1b0089202b12e7e67a1ab4a4a854
tree5cf0276bceffa162bd3e1d190650383c969f0234
parentba4b1aa37efd5f07ffc2d85f730cd44adac96da2
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/fgopt/folcon.scm
v7/src/compiler/fgopt/outer.scm
v7/src/compiler/fgopt/simapp.scm