Update README.md

This commit is contained in:
MerryMage 2016-07-04 14:55:31 +08:00
parent 6a37072865
commit ce631ac4de

View file

@ -1,7 +1,7 @@
Dynarmic 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). 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 ### Medium-term
* Undo strength-reduction (invert some common ARM idioms) * [Optimizations](https://gist.github.com/MerryMage/a7411f139cc6e506ea7689ff4579c84b)
* Other optimizations
### Long-term ### Long-term