Displaying 2 results from an estimated 2 matches for "trampolineid".
Did you mean:
trampoline
2016 May 04
2
OrcLazyJIT for windows
...cation is crashing when
trying to run the main function from the jit-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 w...
2016 May 04
2
OrcLazyJIT for windows
...n the main function from the jit-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 witho...