Displaying 1 result from an estimated 1 matches for "dissymetry".
Did you mean:
assymetry
2007 May 16
2
[LLVMdev] generating ELF shared object, C code, from a module like Fibionnaci
Hello
Apparently the file llvm/examples/Fibonacci/fibonacci.cpp generate JIT code
without explicitly doing any pass (but I suppose that internally, compiler
passes are running!) - is there a dissymetry between JIT machine code
generation in memory, and C or ELF shared object generation in files? I
thought that all these shared a lot of LLVM infrastructure and happen
similarily!
Also, the llvm/tools/llc/llcp.ccp file explicitly need passes and a pass
manager to generate .so and .c files
I would...