Lines Matching full:optimizations
7 <title>Optimizations</title>
11 <h2>Optimizations</h2>
15 more fine-grained control over individual optimizations, experts can use the
16 <a href="usage.html#optimizations"><code>-optimizations</code></a> option,
38 only performs the two specified peephole optimizations.
41 For example, "<code>!method/propagation/*</code>" performs all optimizations,
47 performs all peephole optimizations.
49 Some optimizations necessarily imply other optimizations. These are then
50 indicated. Note that the list is likely to change over time, as optimizations
112 <dd>Performs peephole optimizations for variable loading and storing.</dd>
115 <dd>Performs peephole optimizations for arithmetic instructions.</dd>
118 <dd>Performs peephole optimizations for casting operations.</dd>
121 <dd>Performs peephole optimizations for field loading and storing.</dd>
125 <dd>Performs peephole optimizations for branch instructions.</dd>