commit | 174636dad59068fc6e879b147ae02ac932f38c6f | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Wed Nov 26 12:33:45 2014 +0000 |
committer | Vladimir Marko <vmarko@google.com> | Wed Nov 26 16:05:46 2014 +0000 |
tree | 10952a9aa5303880a9417005593c0933697db016 | |
parent | fef1680241e85532919ecfaf42855d31ddb69361 [diff] |
Quick: Use 16-bit conditional branch in Thumb2. We were using the 32-bit version because the compilation time impact of having to change the instruction length and reassemble instructions when the target is out of range was too high. However, the assembly phase has been rewritten since making that decision and the compile time impact is now insignificant, so we prefer to save space. Change-Id: Ib90f90d3f4e0c4e310267af272e3b16611026bbe