search for: 9045f11d

Displaying 2 results from an estimated 2 matches for "9045f11d".

2006 Apr 19
0
[LLVMdev] LLVM-based JVM JIT for libgcj
Hi Tom, > I didn't dig into the Makefiles... are the libraries and whatnot built > -fPIC? If you do `make Verb=' then you'll see all the actual command invocations and can grep for bits of interest. Cheers, Ralph.
2006 Apr 19
2
[LLVMdev] LLVM-based JVM JIT for libgcj
Chris> Are you using a debug or a release build? A release build (built with Chris> make ENABLE_OPTIMIZED=1) is often 10x to 20x smaller than a debug Chris> build, and links correspondingly faster. On some machines, a release Chris> build builds *faster* than a debug build because the debug symbols are Chris> so huge. The only thing you lose with a release build is the ability