Hi, I have a quick question. Can you tell me how to avoid simple functions getting inlined for 'C' programs ? I am using LLVM 1.2 . Thanks -Sriraman.
On Fri, 17 Dec 2004, Sriraman Tallam wrote:> I have a quick question. Can you tell me how to avoid simple > functions getting inlined for 'C' programs ? I am using LLVM 1.2 .Hi Sriraman, :) Compile with 'llvmgcc -Wa,-disable-inlining -Wl,-disable-inlining' should do the trick. -Chris -- http://nondot.org/sabre/ http://llvm.cs.uiuc.edu/
Seemingly Similar Threads
- [RFC] Propeller: A frame work for Post Link Optimizations
- [RFC] Propeller: A frame work for Post Link Optimizations
- [RFC] Propeller: A frame work for Post Link Optimizations
- [RFC] Propeller: A frame work for Post Link Optimizations
- [RFC] Propeller: A frame work for Post Link Optimizations