Summary
implement minimal global value propagation
Metadata
- Id: f96dc92a8caba4296fb64a40b000e5df0f2eb4ad
- Trac id: 160
- Type: enhancement
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: compiler
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.3.x
- Changetime: 2010-03-11 10:33:12 UTC
- Created: 2010-01-13 14:04:36 UTC
- Keywords:
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`.