[LLVMdev] Saving/restoring executable code from the the JIT?
Óscar Fuentes
ofv at wanadoo.es
Sat Sep 12 10:01:21 PDT 2009
Hi.
IIRC some time ago there was some discussion about saving the executable
code produced by the JIT to a file, for loading it at the next
session. This would require to stream out the executable code before
externals are resolved and resolve them when the code is loaded.
AFAIK, LLVM does not support this at the moment.
What's the difficulty of implementing this feature, on terms of existing
infrastructure etc?
--
Óscar
More information about the llvm-dev
mailing list