[cfe-dev] clang LLVM executable : partial on-the-fly reloading

Michail 3 at 14.by
Sat Aug 28 08:16:35 PDT 2010


Hello!

 

I am wondering, if it's possible to reload part of the modules of my program
during execution without reloading whole binary?

The ultimate goal is to be able to write a class which at some point will
serialize all it's instances, store somehow, then new binary for that class
is loaded, and objects are re-created. Surely, reasonable code
instrumentation is accepted.

Surely the only way to make it happen is to go LLVM-way, and it would be
awesome if it's possible to do with clang.

 

Any ideas?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100828/92cc6b30/attachment.html>


More information about the cfe-dev mailing list