History log of /dalvik/dx/tests/116-leb128/run
Revision Date Author Comments
324d2f23a7174848f7d130c43c903325c99a93c7 18-Mar-2011 Jesse Wilson <jessewilson@google.com> Use 'dalvikvm' only to test dx.

Change-Id: I1fca7ce23e9b3706d75580c06956d49d79614fe6
http://b/4090053
081c7142b29ccd6e1744b26e097b6a4d7c12f2bd 04-Jan-2011 Jesse Wilson <jessewilson@google.com> 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