[LLVMdev] large llc footprint

Eric Christopher echristo at apple.com
Thu Nov 3 17:55:00 PDT 2011


On Nov 3, 2011, at 4:35 PM, reed kotler wrote:

> Ok. Thanks.
> 
> I will put some instrumentation into LLVM to help with memory usage 
> tracking and take a look at llvm-extract.
> 

You can use things like -time-passes etc to at least get a time estimate of where the time is going. Also, any optimization or code generation flags you're using would be more than helpful. Do you have debug info in there? More details would get you better advice :)

-eric




More information about the llvm-dev mailing list