x64 emitter now generating redirection blocks and patching them up.

This commit is contained in:
Ben Vanik
2013-05-23 22:09:04 -07:00
parent 12444f6305
commit d7d0b94aab
5 changed files with 522 additions and 445 deletions

View File

@@ -125,8 +125,9 @@ public:
ExceptionEntrySymbol* ee;
// Implementation-specific value. This could be a JIT'ed function ref
// or some other structure. Never freed.
// or some other structure. Never freed by the SDB.
void* impl_value;
size_t impl_size;
std::vector<FunctionCall> incoming_calls;
std::vector<FunctionCall> outgoing_calls;