OSDN Git Service

ART: Enable more passes under try/catch
authorDavid Brazdil <dbrazdil@google.com>
Mon, 26 Oct 2015 19:34:30 +0000 (14:34 -0500)
committerDavid Brazdil <dbrazdil@google.com>
Thu, 29 Oct 2015 17:07:27 +0000 (12:07 -0500)
commit39fabd6bb6fcf7a712b370d3b6fd0ada83e2e5d8
tree09d20062204dedd87c7a7a1163bcdf6d549b39a7
parent59cc4e8306879ee7066d51dad4cba140e58c7292
ART: Enable more passes under try/catch

LICM, BCE, LSE are all safe under try/catch. Inliner and DCE
need updating and will be enabled in follow-up CLs.

Change-Id: I86db5f811257d5e765fea91666a2a2af0fb24ec3
compiler/optimizing/licm.cc
compiler/optimizing/nodes.cc
compiler/optimizing/optimizing_compiler.cc