OSDN Git Service

[optimizing] Use baseline when debuggable is set.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 16 Mar 2015 13:55:40 +0000 (13:55 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 16 Mar 2015 17:03:33 +0000 (17:03 +0000)
commita3d90fb449e2fba87211a7de323faff63cba41fc
treeb78d4ac59c95d5cc8d26f6c27a800af2125807b3
parent24ce79ebb11b7ea2947a35d447e0df1ab39b24bf
[optimizing] Use baseline when debuggable is set.

SSA form conflicts with JDWP's SetValue functionality. Because
we do not deopt all the call stack, we may call SetValue on a
compiled frame, which doesn't work with optimizing. Simplest
solution for now is to just use baseline.

Change-Id: I91738b363eec8fef145486bd96681aea73a1baa8
compiler/optimizing/optimizing_compiler.cc
test/Android.run-test.mk
test/run-test