diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-11-13 21:42:09 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-11-13 21:42:09 (GMT) |
commit | 760e2e7346518dd1264126c1696f9ad88884d64c (patch) | |
tree | 4912592877b204d9d7765acd7c04dae65a764027 /ChangeLog | |
parent | 866993263387f96ebe2e482d63c9c4225e2c6085 (diff) |
Optimized the decoding of Dalvik opcodes.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@284 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ 12-11-13 Cyrille Bagard <nocbos@gmail.com> * src/arch/dalvik/instruction.c: + Optimize the decoding of Dalvik opcodes. + +12-11-13 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/dalvik/instruction.c: Add links for 'goto' instructions too. * src/gtkext/graph/dot.c: |