Displaying 2 results from an estimated 2 matches for "buildingajit5".
Did you mean:
buildingajit
2019 Oct 11
2
A question with using ORC RPC for remote JIT-ing.
Background:
We plan to use ORC to JIT compile hot-paths, optimizing them to fully
utilize the currently running architecture.
To do this, we extract the hot-paths' code section (including external
linkages, functions, variables, etc) and embed them into the host program.
These embedded information are then pass to orc to be compiled and executed.
However, the JIT process may fail and may
2017 May 07
2
[cfe-dev] JIT doens't resolve address - Resolve obj-Addresses?
Hi Bjoern,
CCing cfg-dev (since that's where the conversation started) and llvm-dev
(since it's relevant there).
Do you know if there is a way to obtain the fully resolved obj-code? I
> wanted to load the functions into a shared memory, but how? The only thing
> I receive is a function pointer, but I don't know how large the function
> 'behind' is. Even a call to