Changing calls/jmps to use the indirection table. Most games seem faster.

This commit is contained in:
Ben Vanik
2015-05-21 00:12:28 -07:00
parent ad72c193a6
commit fc4727c339
7 changed files with 144 additions and 178 deletions

View File

@@ -133,6 +133,9 @@ class X64ThunkEmitter : public X64Emitter {
// Function that guest code can call to transition into host code.
GuestToHostThunk EmitGuestToHostThunk();
// Function that thunks to the ResolveFunction in X64Emitter.
ResolveFunctionThunk EmitResolveFunctionThunk();
};
} // namespace x64