Displaying 2 results from an estimated 2 matches for "localjitcompilecallbackmanag".
Did you mean:
localjitcompilecallbackmanager
2016 May 04
2
OrcLazyJIT for windows
...Now since I am on windows, I found that my application 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...
2016 May 04
2
OrcLazyJIT for windows
...nd OrcLazyJIT is used exclusively.
Now since I am on windows, I found that my application 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::writeResolverC...