On 29 May 2013 17:00, Wojciech Matyjewicz <wmatyjew...@fastmail.fm> wrote:

> The other benefit is that DIBuilder keeps track of what metadata nodes it
> has generated and reuses the existing nodes instead of generating identical
> ones --- similar functionality from debuginfo.rs could be removed then.
>

I don't think this is quite correct. LLVM merges identical metadata nodes
without any outside intervention. The metadata cache in debuginfo.rs is
strictly a performance optimization.

Cheers,
Josh
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to