Displaying 1 result from an estimated 1 matches for "f052ed98".
Did you mean:
0022ed98
2014 May 23
2
[LLVMdev] Selectively Jitting using MCJIT
Hello, I am a novice at using the llvm api to do much of anything.
I am trying to lazily apply certain optimisation passes on select
functions when jitting a large program. It is undesirable to me to
load the entire program as IR code and then generate code in memory
for it (time concerns). It seems that there is a function in MCJIT
"loadObjectFile" that would suit my purposes,