OSDN Git Service

Disable load/store elimination. DO NOT MERGE
authorVladimir Marko <vmarko@google.com>
Mon, 18 Aug 2014 10:42:51 +0000 (11:42 +0100)
committerVladimir Marko <vmarko@google.com>
Mon, 18 Aug 2014 11:20:19 +0000 (12:20 +0100)
commitdfa7a6c8711623bf20aad58f57ae980b497ef4d7
tree4edf1a3055269afacd03d4a6474c4c22f52d2e16
parent5e8a63ae39cb5db996229c6c4a1a21a4b8dec5a2
Disable load/store elimination. DO NOT MERGE

The optimization has several issues and it has been
effectively disabled by
    https://android-review.googlesource.com/103511
Disable it completely to avoid wasting compilation time.

Bug: 16862804
Change-Id: I42f69ae64170dc44f5fd6455b6a51c9bd3f93672
compiler/dex/frontend.cc