Major redesign of front end of compiler. Continuations are now
authorChris Hanson <org/chris-hanson/cph>
Tue, 8 Dec 1987 13:56:09 +0000 (13:56 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 8 Dec 1987 13:56:09 +0000 (13:56 +0000)
commit669f7e7d5a8fbff9d359b1fb65cd1b5da8cdb8b4
tree393f1d08478c02bb693bdc673e869e12e8f19692
parent35cf8aaf85b004961b0322992a584d0f01276d3d
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/rtlopt/rcse1.scm
v7/src/compiler/rtlopt/rcse2.scm
v7/src/compiler/rtlopt/rcseep.scm
v7/src/compiler/rtlopt/rcseht.scm
v7/src/compiler/rtlopt/rcserq.scm
v7/src/compiler/rtlopt/rcsesr.scm