#160 closed enhancement (fixed)
implement minimal global value propagation
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | compiler | Version: | 4.3.x |
Keywords: | Cc: | ||
Estimated difficulty: |
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.
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
done in
experimental
.