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
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