OSDN Git Service

ART: skip compilation of huge methods.
authorbuzbee <buzbee@google.com>
Wed, 17 Sep 2014 20:23:58 +0000 (13:23 -0700)
committerbuzbee <buzbee@google.com>
Wed, 17 Sep 2014 20:23:58 +0000 (13:23 -0700)
commitbf5d818f7e59ce33521ad81bbab68b1e7a09e0ba
treea2b0bef7900a6ea06a0e8207d09fa1da4bd3d492
parent177586f54b562bea1f5504b917238b6025f3612d
ART: skip compilation of huge methods.

Besides not being worthwhile to compile, it huge methods could cause
overflow of some internal compiler structures.

internal b/17524219

Change-Id: I0e47ff4757eec265809598830a2616ac367af77d
compiler/dex/frontend.cc