search for: relead

Displaying 1 result from an estimated 1 matches for "relead".

Did you mean: releaed
2007 Apr 24
1
[LLVMdev] simple questions -and wiki
...VM (latest from CVS) was configure-d with ./configure '--ENABLE-TARGETS=HOST-ONLY' '--WITH-GNU-LD' My main (currently platonic - ie no real work yet) interest is in dynamic code generation within my application. but i might want possibly to persist the generated code (and somehow relead it at next application run). how to emit an llvm moduls as (all of) an elf shared object a generated c file a JIT-ted in-memory module are all the above compatible? does an elf reader exists which does a dlopen (or very near equivalent)? if the generated c file is compiled (with e.g. -fp...