OSDN Git Service

ART: Generate path to entrypoints in VisitLoadString for arm
authorChristina Wadsworth <cwadsworth@google.com>
Wed, 31 Aug 2016 00:19:14 +0000 (17:19 -0700)
committerMathieu Chartier <mathieuc@google.com>
Wed, 7 Sep 2016 21:10:51 +0000 (14:10 -0700)
commitd8ec6dba03e61734a398e9cd6e017dd90eec6101
treeb4042881a319129205d0ddfa2d870ab8898f20e3
parente96bda10b33c34e068a8847f6a31f7a3dbc486aa
ART: Generate path to entrypoints in VisitLoadString for arm

ARM32 boot.oat with CC: 72534816 -> 71888864 (-0.9%)

Move code that branches to entrypoints from GenerateSlowPaths to
VisitLoadString. Since we're doing this every time, we shouldn't have it
at the end with all of the slow paths.

Test: N6P booting with CC, test-art-target32 on shamu
Change-Id: I9c3307629015c9f6460506519339d4f275abe5a9
compiler/optimizing/code_generator_arm.cc