diff options
| author | 2012-09-10 15:55:34 -0700 | |
|---|---|---|
| committer | 2012-09-10 15:55:34 -0700 | |
| commit | 488a78ca207898490da3cfb58399534fa9fb3fbf (patch) | |
| tree | a189a5c56ff011f8c1194b6c32eca38cb50d1701 /src/compiler_llvm/compiler_llvm.h | |
| parent | 15b962f1c2eaee7a3d668f26e4e20faeb29f13d8 (diff) | |
Fix image size regression
The new basic block collapse pass marks the eliminated block as
kDead. On the Quick side, we skip code generation for these blocks - but
neglected to do so for the non-Quick build. The result: lots of
extra useless unreachable code got generated - hence the image size
bloat.
Fixed, and good news is that we're now seeing the roughly the same
decrease in image size that showed up in the Quick build.
Change-Id: Ie8038cb8058020eefaae1085362a2f8345895284
Diffstat (limited to 'src/compiler_llvm/compiler_llvm.h')
0 files changed, 0 insertions, 0 deletions