[PATCH] Don't ever call materializeAllPermanently during LTO

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Oct 24 11:25:53 PDT 2014


> LGTM.  Nice cleanup.

Thanks.

>> By itself this patch has a small impact. Its main advantage is opening
>> the way for trying to make debug reading lazy too.
>
> How?

Just because it is hard to read anything lazily after a call to
materializeAllPermanently since it destroys the link with the .bc
file.

There is still a *lot* of work to make it possible to lazily read anything else.

Cheers,
Rafael



More information about the llvm-commits mailing list