Major redesign of front end of compiler. Continuations are now
authorChris Hanson <org/chris-hanson/cph>
Fri, 4 Dec 1987 20:18:28 +0000 (20:18 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 4 Dec 1987 20:18:28 +0000 (20:18 +0000)
commit1cea147379f8de02fff1c1a09b03262b066b1929
tree6f83ff0516c0df06c917a53c65a7e3a0527c5774
parent23058733c0d0616b384819101d2238d07474a67b
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/rtlbase/rgraph.scm
v7/src/compiler/rtlbase/rtlcfg.scm
v7/src/compiler/rtlbase/rtlcon.scm
v7/src/compiler/rtlbase/rtlexp.scm
v7/src/compiler/rtlbase/rtline.scm [new file with mode: 0644]
v7/src/compiler/rtlbase/rtlobj.scm [new file with mode: 0644]
v7/src/compiler/rtlbase/rtlreg.scm
v7/src/compiler/rtlbase/rtlty1.scm
v7/src/compiler/rtlbase/rtlty2.scm