Re: Question about semantics of cgraph_node::prevailing_p

2021-10-14 Thread Richard Biener via Gcc
On Wed, Oct 13, 2021 at 7:54 PM Erick Ochoa via Gcc wrote: > > Hi, > > My current understanding of LTO is that the callgraph is very dynamic > (i.e., optimizations might add or remove cgraph_nodes). A while back I > encountered an issue where I couldn't print the cgraph_node::name of a > function

Question about semantics of cgraph_node::prevailing_p

2021-10-13 Thread Erick Ochoa via Gcc
Hi, My current understanding of LTO is that the callgraph is very dynamic (i.e., optimizations might add or remove cgraph_nodes). A while back I encountered an issue where I couldn't print the cgraph_node::name of a function during the execute stage in LTO. I found that the only thing different wa