search for: befe56fb

Displaying 1 result from an estimated 1 matches for "befe56fb".

2016 Feb 19
3
Metadata and compile time performance
Dear LLVMers, I’m investigating the response time of my JIT, and according to profiling, optimization takes 85% of the compile time, while the rest is being split evenly between the front-end and machine code generation. Much of the optimizer time is spent in various alias analysis passes. I’m happy with the generated code quality and wouldn’t like to lower the optimization level (O2). Would