[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Compiler Optimizations
- From: Mark Hamburg <mhamburg@...>
- Date: Fri, 31 Aug 2007 11:23:42 -0700
Good point that locals already provide constant support. Of course, it takes
a multi-pass compiler to realize that the local never gets assigned to after
its initialization.
Mark