OSDN Git Service

Block callee save fp registers in debuggable.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 5 Oct 2015 10:15:37 +0000 (11:15 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 5 Oct 2015 12:26:51 +0000 (13:26 +0100)
commitecf680d5e1fe6fcdd57962334a7c7865720503cc
treea7b5fbcf2f37f1af47395e28debb67ce41de8f71
parentc8fb997c694e3587f4b618b2a1727206b8d4a327
Block callee save fp registers in debuggable.

This is a simple but conservative implementation. We could
extend it by using the registers but still saving them before
a call and at method entry.

bug: 21057237

Change-Id: Ia2e9e0e2efae0b01625e0f4165d0535c4bf9ba62
compiler/optimizing/code_generator_arm.cc
compiler/optimizing/code_generator_arm64.cc