search for: 677c94f8

Displaying 2 results from an estimated 2 matches for "677c94f8".

2007 Nov 04
0
[LLVMdev] performance of LLVM?
On Nov 3, 2007, at 8:04 AM, Basile STARYNKEVITCH wrote: > In other words, are there some successful code "generators" (ie high > level compilers for either functional or logical languages) which > actually did switch from generating C code and compiling it (with GCC) > to generating LLVM assembly and compiling it (with LLVM)? What are the > concrete improvements (in
2007 Nov 03
3
[LLVMdev] performance of LLVM?
Hello All, I suspect that LLVM performs very well, mostly because I respect a lot his main architect Chris. However, I have no ideas about concrete performance of the LLVM compiler, in particular speed of the compilation process to achieve small optimisation (mostly something equivalent to gcc -fPIC -O1 in terms of code quality). The intent is to generated .so files (I want to avoid the