From ce631ac4dee87496adcfb5cfa0b1a43b58344ae4 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Mon, 4 Jul 2016 14:55:31 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3cfd3a3..edfb65cc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Dynarmic ======== -An (eventual) dynamic recompiler for ARM6K. The code is a mess. +An (eventual) dynamic recompiler for ARMv6K. The code is a mess. A lot of optimization work can be done (it currently produces bad code, worse than that non-IR JIT). @@ -18,8 +18,7 @@ Plans ### Medium-term -* Undo strength-reduction (invert some common ARM idioms) -* Other optimizations +* [Optimizations](https://gist.github.com/MerryMage/a7411f139cc6e506ea7689ff4579c84b) ### Long-term