OSDN Git Service

ART: Generate path to entrypoints in VisitLoadString for x86_64
authorChristina Wadsworth <cwadsworth@google.com>
Wed, 31 Aug 2016 23:29:44 +0000 (16:29 -0700)
committerMathieu Chartier <mathieuc@google.com>
Fri, 9 Sep 2016 16:53:33 +0000 (09:53 -0700)
commitabb341b0d87a36123212cd297904e958d0f9d188
tree93b5feef0e7b760ee30a8d7934d466d8361ea884
parentfa7b5c97db681e3d64d145807927cfafae78729b
ART: Generate path to entrypoints in VisitLoadString for x86_64

Instead of generating assembly to jump into the entrypoints with the
slow paths, generate in VisitLoadString, since we do this almost every
time right now.

Tests: test-art-host with CC baker

Change-Id: I91040b2549b88f4ddee20486836177364907f9f4
compiler/optimizing/code_generator_x86_64.cc