aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/CodegenDriver.cpp
diff options
context:
space:
mode:
authorWei Wang <wangw@codeaurora.org>2013-10-14 11:46:27 -0700
committerWei Wang <wangw@codeaurora.org>2013-11-19 16:13:59 -0800
commit5fd64e3a565ca1e08e1339f90760d339adfb1a3b (patch)
treecb7e3e858827d0ba2bd237f7c4ba97f7f5c83472 /vm/compiler/codegen/arm/CodegenDriver.cpp
parente17852495a15ddad079305c725d067ac95e4d655 (diff)
dalvik: use T3 branch when target offset is too large
T1 branch has offset limit of [-256, 254]. T3 branch has offset limit of [-1048576, 1048574]. Use T3 branch when target offset falls outside T1 range to avoid compiliation abort. Change-Id: I86809e08236b1f5f5102e3fce4df4b1e72e4b96c
Diffstat (limited to 'vm/compiler/codegen/arm/CodegenDriver.cpp')
0 files changed, 0 insertions, 0 deletions