Re: Compiler Optimizations
[
Date Prev][Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Compiler Optimizations
- From: Mark Hamburg <mhamburg@...>
- Date: 2007年8月31日 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