Free memory used by initializers of global variables, created during linking

Duncan P. N. Exon Smith dexonsmith at apple.com
Thu Jan 8 16:40:46 PST 2015


> On 2015-Jan-08, at 14:49, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote:
> 
> Can at least some of these loops use range loops?

I don't think so, since the iterator needs to be advanced before
the loop logic (since the iterator is invalidated by destroying
the constant).





More information about the llvm-commits mailing list