On Sat, Sep 25, 2010 at 16:52, Hongtao <yu...@purdue.edu> wrote: > OK, thanks. But it means there may be two local variables in > different source files that can own the same DECL_UID, though LTO links > the two source files together?
Sure, but when the bytecode files are instantiated during read-in, lto1 will create an in-memory representation for both decls which will receive distinct DECL_UIDs. Diego.