Displaying 1 result from an estimated 1 matches for "77350afb".
2014 Jan 10
2
[LLVMdev] Bitcode parsing performance
On 10 January 2014 03:09, Sean Silva <chisophugis at gmail.com> wrote:
> This Summer I was working on LTO and Rafael mentioned to me that debug info
> is not lazy loaded, which was the cause for the insane resource usage I was
> seeing when doing LTO with debug info. This is likely the reason that the
> lazy loading was so ineffective for your debug build.
>
> Rafael, am I