Re: Question about symtab_node::order during LTO

2021-10-13 Thread Richard Biener via Gcc
On Tue, Oct 12, 2021 at 8:58 PM Erick Ochoa via Gcc wrote: > > Hi, > > I have an LTO pass which stores information collected during "generate > function summary" in a map which is symtab_node* -> data*. I know that > the symtab_node*s are encoded by an lto encoder and can be decoded > back during

Question about symtab_node::order during LTO

2021-10-12 Thread Erick Ochoa via Gcc
Hi, I have an LTO pass which stores information collected during "generate function summary" in a map which is symtab_node* -> data*. I know that the symtab_node*s are encoded by an lto encoder and can be decoded back during the "read function summary". I also am aware that other optimizations mig