cgdecker / vogar

Automatically exported from code.google.com/p/vogar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dx everything together for caliper runs

GoogleCodeExporter opened this issue · comments

dexopt bails on optimizing a class if it doesn't have all the superclasses, 
even for purely method-local optimizations like replacing method invocations 
with calls to intrinsics.

if we're building a caliper benchmark, we should build it into a mondo .dex 
that contains everything, similar to what we do for activities.

Original issue reported on code.google.com by elliott....@gmail.com on 24 Apr 2010 at 10:36