Summary

implement minimal global value propagation

Metadata

Description

in the toplevel scan, expressions like `(set! <var1> <var2>)` can be used to mark `<var1>` as an alias to `<var2>`, if `<var2>` is itself an alias or an intrinsic.

Changes and comments

[2010-01-15 11:06:22 UTC] felix wrote:

done in `experimental`.

[2010-01-15 11:06:33 UTC] felix changed status from new to closed

[2010-01-15 11:06:33 UTC] felix set resolution to fixed

[2010-03-11 10:33:12 UTC] Milestone 4.4.0 deleted