[LLVMdev] Saving/restoring executable code from the the JIT?

Renato Golin rengolin at systemcall.org
Sat Sep 12 10:53:55 PDT 2009


2009/9/12 Óscar Fuentes <ofv at wanadoo.es>:
> 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.

That reminds me of network agents... One could send the executable
through the network to execute on remote machines (collecting local
statistics, for instance). Despite all the security and locality
concerns, it's a pretty cool idea.

cheers,
--renato

Reclaim your digital rights, eliminate DRM, learn more at
http://www.defectivebydesign.org/what_is_drm




More information about the llvm-dev mailing list