aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/CodegenDriver.c
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2011-01-04 14:20:32 -0800
committerJesse Wilson <jessewilson@google.com>2011-01-09 11:59:28 -0800
commit081c7142b29ccd6e1744b26e097b6a4d7c12f2bd (patch)
tree3ccd9b8a24df1ba1fa572ef9ac9666ddd09def10 /vm/compiler/codegen/arm/CodegenDriver.c
parentaa3ce5dd2c7e978681bafedf3363b84df651ad03 (diff)
New tool merge two dex files into one.
This code isn't yet ready for general use, but I have booted a device using a core.jar from the product of a merge. In particular, I still need to better size the output dex. The motivation is to support incremental builds in dx. Given a "--incremental" flag, dx would create a dex file containing only those classes newer than the target .dex. Then it would merge that small .dex with the current .dex. Hopefully this yields a nice speedup over dexing everything. It would also be possible to use this to do parallel builds. We would manually partition the input files, dx them, and then merge the result together. Change-Id: I8997fb3c8bfe73b64ef38a7cb3d6456fbe799d0f
Diffstat (limited to 'vm/compiler/codegen/arm/CodegenDriver.c')
0 files changed, 0 insertions, 0 deletions