fleroviux / lunatic

ARM to x86-64 dynamic recompiler engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What to do with the State::GetPointerTo* routines?

fleroviux opened this issue · comments

We do not need these on X64 since using a relative offset is more convenient for codegen. What about other target CPU architectures like AArch64 though?