diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-10-06 21:23:05 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-10-06 21:23:05 (GMT) |
commit | f9c4cfc72cd8d7eb08ded8287fc5af1497567f8b (patch) | |
tree | 7ca7e276cb24864a787994937f953cc0268cbef0 /ChangeLog | |
parent | 0588195aedf09d4dfcee16dfd1cb3856961b1e4e (diff) |
Optimized the search of instructions a little bit using routine coverages.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@587 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 15-10-06 Cyrille Bagard <nocbos@gmail.com> + * src/arch/processor.c: + * src/arch/processor-int.h: + Optimize the search of instructions a little bit using routine coverages. + + * src/arch/vmpa.c: + * src/arch/vmpa.h: + Extend the functions dealing with memory ranges. + +15-10-06 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/loop.c: Optimize loop detections using bit fields. |