OSDN Git Service

MIPS64: No call if ArraySet does not need a type check
authorDavid Brazdil <dbrazdil@google.com>
Mon, 21 Sep 2015 17:39:16 +0000 (18:39 +0100)
committerDavid Brazdil <dbrazdil@google.com>
Mon, 21 Sep 2015 17:39:16 +0000 (18:39 +0100)
commitbb3d505c9fd5ef4e161510e23d601c643feb4c3d
treeeb54c557467f1401c4bd5729fa2b9e8ae91e8ffd
parent0d50412e4626b6183b72e7535da16a78500170ad
MIPS64: No call if ArraySet does not need a type check

The MIPS64 back-end did not use the ArraySet::NeedsTypeCheck query to
decide whether to invoke runtime or not like the other back-ends do.

Change-Id: Ie4ef9ee3ca97947256cd59983a2c1c3e3af58c83
compiler/optimizing/code_generator_mips64.cc