search for: fibionacci

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

Did you mean: fibinacci
2007 May 16
2
[LLVMdev] generating ELF shared object, C code, from a module like Fibionnaci
...understand precisely how to patch the fibionnaci example to generate an ELF shared object or a C file, in addition of the JIT-ed code in memory. May it should become a FAQ. I also don't understand what is the LLVM meaning of inter-module linking... To suggest an example, one could add code to fibionacci which load a bitcode from a file, JIT it, and uses a printing routine there to print fib(10). Actually, I miss a document or wiki explaining how to use (without extending it) LLVM to generate code (in variety of ways, including C, ELF shared object, JIT-ed code in memory) from within an applicati...