Thorium
Still Fresh
- Joined
- Nov 17, 2010
- Messages
- 81
I am realy impressed by M-HT's static recompiler and how well the recompiled games like Albion work.
So i thought what about a recompiler that recompiles 32bit win applications. While they need more processing power i guess we could save a lot of performance because win games likely dont access hardware directly instead they use APIs which we can wrap by using wine arm. Also flat memory modell should make things easier. We dont need to emulate anything.
So what do you think, can we get decent performance on such a static recompiler?
It would be a nice project for me. I do know x86 and x64 asm. But would need to learn ARM asm.
So i thought what about a recompiler that recompiles 32bit win applications. While they need more processing power i guess we could save a lot of performance because win games likely dont access hardware directly instead they use APIs which we can wrap by using wine arm. Also flat memory modell should make things easier. We dont need to emulate anything.
So what do you think, can we get decent performance on such a static recompiler?
It would be a nice project for me. I do know x86 and x64 asm. But would need to learn ARM asm.
Last edited by a moderator: