Re: Unique identifier across different partitions (LTO)

2021-06-29 Thread Martin Liška
Hi. Has anyone had any experience doing something similar? I would be interested in seeing similar examples and use cases. You likely need something similar to what I need: https://gcc.gnu.org/pipermail/gcc-patches/2021-May/570953.html Martin Thanks!

Unique identifier across different partitions (LTO)

2021-06-29 Thread Erick Ochoa via Gcc
Hello, I'm trying to generate unique identifiers for some trees at link time. I understand that there are already some unique identifiers in declarations (DECL_UID) and perhaps others. Do all trees have unique identifiers or only declarations? Alternatively, if they don't have unique identifiers,