No description
Find a file
2016-08-11 17:15:33 +01:00
docs BackendX64: Merge Routines into BlockOfCode 2016-08-07 18:08:48 +01:00
externals/catch First Commit 2016-07-01 21:01:06 +08:00
src TranslateArm: Implement SETEND 2016-08-11 17:15:33 +01:00
tests TranslateArm: VSTR: Correct behaviour in big-endian mode 2016-08-10 16:43:37 +01:00
CMakeLists.txt Common: Add a memory pool implementation, remove use of boost::pool 2016-08-06 20:41:00 +01:00
README.md Update README.md 2016-07-04 14:55:31 +08:00

Dynarmic

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).

Plans

Near-term

  • Actually finish the translators off
  • Get everything working
  • Redundant Get/Set elimination
  • Handle immediates properly
  • Allow ARM flags to be stored in host flags

Medium-term

Long-term

  • ARMv7A support
  • ARMv5 support