summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-10-06 21:23:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-10-06 21:23:05 (GMT)
commitf9c4cfc72cd8d7eb08ded8287fc5af1497567f8b (patch)
tree7ca7e276cb24864a787994937f953cc0268cbef0 /ChangeLog
parent0588195aedf09d4dfcee16dfd1cb3856961b1e4e (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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 436411a..b98dfce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.