Major redesign of front end of compiler. Continuations are now
authorChris Hanson <org/chris-hanson/cph>
Fri, 4 Dec 1987 19:28:21 +0000 (19:28 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 4 Dec 1987 19:28:21 +0000 (19:28 +0000)
commit9341f6b619cb327963e9ae47b99a11b3fd83ffc5
treec685d129e4f55ed4d7adea2fceae341ab66a3630
parent6cbd7aa0a64d35d29184932dd0b5fd19eaa95917
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/fggen/fggen.scm [new file with mode: 0644]
v7/src/compiler/fgopt/closan.scm [new file with mode: 0644]
v7/src/compiler/fgopt/contan.scm [new file with mode: 0644]
v7/src/compiler/fgopt/desenv.scm [new file with mode: 0644]
v7/src/compiler/fgopt/operan.scm [new file with mode: 0644]
v7/src/compiler/fgopt/order.scm [new file with mode: 0644]
v7/src/compiler/fgopt/simple.scm [new file with mode: 0644]