Change shallow FLUID-LET not to use side-effect for value. This
authorChris Hanson <org/chris-hanson/cph>
Tue, 19 May 1987 13:38:56 +0000 (13:38 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 19 May 1987 13:38:56 +0000 (13:38 +0000)
commite2212d5ba141c0fb403d653bfb998c403811e9c1
treec0aa6886bdb2b187cfaeeadbaaa8ab08d0c48a74
parent9e270a4ad6cdf9db87936afabf35da03e53dae9f
Change shallow FLUID-LET not to use side-effect for value.  This
improves the performance of compiled code.  Also change one-armed IF
and COND without ELSE to use new constant marker for the unused
branch.
v7/src/runtime/syntax.scm
v7/src/runtime/unsyn.scm