diff options
author | MerryMage <[email protected]> | 2016-08-12 18:17:31 +0100 |
---|---|---|
committer | MerryMage <[email protected]> | 2016-08-12 18:17:31 +0100 |
commit | 1029fd27ce0074a01ad842d6aa042fb47d2f50af (patch) | |
tree | 1aa62c17cea640e7f21440fc79dac1987838bcff /README.md | |
parent | 3808938c98ef47069be50c0a27be4483e7644651 (diff) | |
download | dynarmic-1029fd27ce0074a01ad842d6aa042fb47d2f50af.tar.gz dynarmic-1029fd27ce0074a01ad842d6aa042fb47d2f50af.zip |
Update documentation (2016-08-12)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,9 +1,12 @@ Dynarmic ======== -An (eventual) dynamic recompiler for ARMv6K. The code is a mess. +A dynamic recompiler for the ARMv6K architecture. -A lot of optimization work can be done (it currently produces bad code, worse than that non-IR JIT). +Documentation +------------- + +Design documentation can be found at [docs/Design.md](docs/Design.md). Plans ----- @@ -12,8 +15,8 @@ Plans * Actually finish the translators off * Get everything working -* Redundant Get/Set elimination -* Handle immediates properly +* ~~Redundant Get/Set elimination~~ +* ~~Handle immediates properly~~ * Allow ARM flags to be stored in host flags ### Medium-term |