OSDN Git Service

Dx defaults to emitting dexfiles without jumbo opcodes.
authorjeffhao <jeffhao@google.com>
Tue, 14 Jun 2011 23:37:22 +0000 (16:37 -0700)
committerjeffhao <jeffhao@google.com>
Tue, 14 Jun 2011 23:37:22 +0000 (16:37 -0700)
commit7baeded82e40352ebfb43b716e0b1dd752e72e7e
tree9e65cb4bf39f1d93fc35448591ef6e91407253c1
parent65852761e37f938409b85a901a0fb1d98d361023
Dx defaults to emitting dexfiles without jumbo opcodes.

There's compatibility issues with going back and forth between versions,
and it's best to have dx default to a stable point and allow
optimizations to be controlled by switches. For jumbo opcodes to be
enabled, dx can be given the switch "--target-api=14".

Change-Id: I824092c795638ca329325b14c435bc41c1ab56d5
dx/src/com/android/dx/command/Main.java
dx/src/com/android/dx/command/dexer/Main.java