On Apr 7, 10:17 pm, freakingtux <[email protected]> wrote: > Somebody else was kind enough to send me an email about dexopts. Basically > in some situation it is possible to already replace the byte code into > optimized dex inside the apk. Documentation can be found in the dalvik > documentation folter dalvik/docs/dexopt.html) but also (the same) > herehttp://blogold.chinaunix.net/u3/116108/showart_2260593.html
FWIW, better sources of online Dalvik docs are the git repository (http://android.git.kernel.org/?p=platform/dalvik.git;a=tree;f=docs) and the doc mirror at http://milk.com/kodebase/dalvik-docs-mirror/docs/ . The former is always current (by definition), the latter is owned by the Dalvik team lead. The advantage of the milk.com site is that the docs with CSS components (e.g. dex-format.html) get formatted correctly. One other note, re: your subject line: Dalvik is not a JVM. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
