Quote:
|
Originally Posted by Xeven
that's one of the major precepts of binary translation or "recompilation" in the first place. Otherwise, you'd have to translate each "block" everytime it is accessed, which will make your "recompiler" much slower than the interpreter. So in short, it's already there.
|
Sorry, Thanks Xeven.

I'm still a "newbie" for the most part to dynarec, thanks for the info.