OSDN Git Service

Revert "Revert "Optimize code generation of check-cast and instance-of.""
authorNicolas Geoffray <ngeoffray@google.com>
Fri, 18 Sep 2015 13:40:46 +0000 (13:40 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Fri, 18 Sep 2015 14:19:04 +0000 (15:19 +0100)
commit85c7bab43d11180d552179c506c2ffdf34dd749c
tree337976b69d3b2a35cc9f12284cda03c8eb2a58c7
parent819a9c5638b6d6b579c89fe36df96acc1f378182
Revert "Revert "Optimize code generation of check-cast and instance-of.""

This reverts commit 7537437c6a2f89249a48e30effcc27d4e7c5a04f.

Change-Id: If759cb08646e47b62829bebc3c5b1e2f2969cf84
compiler/optimizing/builder.cc
compiler/optimizing/code_generator_arm.cc
compiler/optimizing/code_generator_arm64.cc
compiler/optimizing/code_generator_mips64.cc
compiler/optimizing/code_generator_x86.cc
compiler/optimizing/code_generator_x86_64.cc
compiler/optimizing/nodes.h
runtime/mirror/class.h
test/530-instanceof-checkcast/expected.txt [new file with mode: 0644]
test/530-instanceof-checkcast/info.txt [new file with mode: 0644]
test/530-instanceof-checkcast/src/Main.java [new file with mode: 0644]