search for: ab8298d7

Displaying 2 results from an estimated 2 matches for "ab8298d7".

2012 Jul 29
0
[LLVMdev] [PROPOSAL] LLVM multi-module support
On 07/26/2012 04:12 PM, Dmitry N. Mikushin wrote: > In our project we combine regular binary code and LLVM IR code for > kernels, embedded as a special data symbol of ELF object. The LLVM IR > for kernel existing at compile-time is preliminary, and may be optimized > further during runtime (pointers analysis, polly, etc.). During > application startup, runtime system builds an index
2012 Jul 26
7
[LLVMdev] [PROPOSAL] LLVM multi-module support
In our project we combine regular binary code and LLVM IR code for kernels, embedded as a special data symbol of ELF object. The LLVM IR for kernel existing at compile-time is preliminary, and may be optimized further during runtime (pointers analysis, polly, etc.). During application startup, runtime system builds an index of all kernels sources embedded into the executable. Host and kernel code