search for: a7089aef

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

2008 Nov 13
0
[LLVMdev] Practical --enable-shared LLVM builds.
Óscar Fuentes wrote: > It seems that --enable-shared builds are not used by LLVM developers > because the executables starts slowly. I guess this is related to the > number of symbols the dynamic linker has to resolve. If we could reduce > the symbols exported to those which are required, maybe the startup time > would become bearable. I think that premise needs to be retested. I
2008 Nov 12
7
[LLVMdev] Practical --enable-shared LLVM builds.
It seems that --enable-shared builds are not used by LLVM developers because the executables starts slowly. I guess this is related to the number of symbols the dynamic linker has to resolve. If we could reduce the symbols exported to those which are required, maybe the startup time would become bearable. One way of doing this is to add annotations to each public class and function (such as