Displaying 2 results from an estimated 2 matches for "writeresolvercod".
Did you mean:
writeresolvercode
2016 May 04
2
OrcLazyJIT for windows
...-compiled module ( which was
found by casting the symbol address to the main prototype). Now after some
digging I found that the crash is caused by
LocalJITCompileCallbackManager::reenter not getting the correct
CompileCallback and trampolineid references. This in turn is being caused by
OrcX86_64::writeResolverCode not respecting windows calling convention in
the asm code for calling the reentry function.
After making changes to the asm code in OrcX86_64::writeResolverCode, the
code runs without any problems. I thought I share it here with the public
so that others who would like to use orclazyjit on window...
2016 May 04
2
OrcLazyJIT for windows
...y casting the symbol address to the main prototype). Now after some
>> digging I found that the crash is caused by
>> LocalJITCompileCallbackManager::reenter not getting the correct
>> CompileCallback and trampolineid references. This in turn is being caused by
>> OrcX86_64::writeResolverCode not respecting windows calling convention in
>> the asm code for calling the reentry function.
>>
>> After making changes to the asm code in OrcX86_64::writeResolverCode, the
>> code runs without any problems. I thought I share it here with the public
>> so that other...