diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-10-09 11:57:58 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-10-09 11:57:58 (GMT) |
commit | 0b6e87de0d4313f8ef31907bc48ce4d7f7749738 (patch) | |
tree | f268e98efa733379b275d8834864f13cff6fa9ac /ChangeLog | |
parent | 3628caa2311ee89ad0d2a0aa2438d7e85b497da4 (diff) |
Loaded all Dex pool items using several threads.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,5 +1,28 @@ 16-10-09 Cyrille Bagard <nocbos@gmail.com> + * src/format/dex/Makefile.am: + Add the 'loading.[ch]' files to libformatdex_la_SOURCES. + + * src/format/dex/dex.c: + Update code. + + * src/format/dex/loading.c: + * src/format/dex/loading.h: + New entries: load all Dex pool items using several threads. + + * src/format/dex/pool.c: + * src/format/dex/pool.h: + Update code. + + * src/format/elf/symbols.c: + Cosmetic. + + * src/format/mangling/dex/type_gram.y: + * src/format/mangling/dex/type_tok.l: + Make the parser reentrant to deal with Dex types and threads. + +16-10-09 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: Remove the Makefile from the 'src/gtkext/graph/nodes' directory. |