Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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 14 years ago by felix winkelmann

done in experimental.

comment:2 Changed 14 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

comment:3 Changed 14 years ago by (none)

Milestone 4.4.0 deleted

Note: See TracTickets for help on using tickets.