2016-07-01 15:01:06 +02:00
|
|
|
Dynarmic
|
|
|
|
========
|
|
|
|
|
2016-08-12 19:17:31 +02:00
|
|
|
A dynamic recompiler for the ARMv6K architecture.
|
2016-07-01 15:01:06 +02:00
|
|
|
|
2016-08-12 19:17:31 +02:00
|
|
|
Documentation
|
|
|
|
-------------
|
|
|
|
|
|
|
|
Design documentation can be found at [docs/Design.md](docs/Design.md).
|
2016-07-01 15:01:06 +02:00
|
|
|
|
|
|
|
Plans
|
|
|
|
-----
|
|
|
|
|
|
|
|
### Near-term
|
|
|
|
|
|
|
|
* Actually finish the translators off
|
|
|
|
* Get everything working
|
2016-08-12 19:17:31 +02:00
|
|
|
* ~~Redundant Get/Set elimination~~
|
|
|
|
* ~~Handle immediates properly~~
|
2016-07-01 15:01:06 +02:00
|
|
|
* Allow ARM flags to be stored in host flags
|
|
|
|
|
|
|
|
### Medium-term
|
|
|
|
|
2016-07-04 08:55:31 +02:00
|
|
|
* [Optimizations](https://gist.github.com/MerryMage/a7411f139cc6e506ea7689ff4579c84b)
|
2016-07-01 15:01:06 +02:00
|
|
|
|
|
|
|
### Long-term
|
|
|
|
|
|
|
|
* ARMv7A support
|
|
|
|
* ARMv5 support
|