OSDN Git Service

ART: Valgrind hotfix for VIXL 1.9
authorAndreas Gampe <agampe@google.com>
Wed, 1 Apr 2015 07:36:42 +0000 (00:36 -0700)
committerAndreas Gampe <agampe@google.com>
Wed, 1 Apr 2015 07:36:42 +0000 (00:36 -0700)
commit75fda57d0aa3106c7ebad88656c3eea056e5ea6a
treedc7c9fadb547a0cab87528e09de808d0b07f78c6
parent3360a990b79e4f7759b28d351908982d1953572e
ART: Valgrind hotfix for VIXL 1.9

Make sure recommended_checkpoint_ is initialized in the VIXL macro
assembler by calling EmitLiteralPool with an empty pool.

Change-Id: I08589b8fb092a33a8f4aad824e91b5c16ff761b6
compiler/optimizing/code_generator_arm64.cc