Re: Move thunks out of cgraph_node

2020-11-12 Thread Jan Hubicka
> On Fri, 2020-10-23 at 21:45 +0200, Jan Hubicka wrote: > > Hi, > > this patch moves thunk_info out of cgraph_node into a symbol summary. > > I also moved it to separate hearder file since cgraph.h became really > > too > > fat. I plan to contiue with similar breakup in order to cleanup > > interf

Re: Move thunks out of cgraph_node

2020-11-12 Thread David Malcolm via Gcc-patches
On Fri, 2020-10-23 at 21:45 +0200, Jan Hubicka wrote: > Hi, > this patch moves thunk_info out of cgraph_node into a symbol summary. > I also moved it to separate hearder file since cgraph.h became really > too > fat. I plan to contiue with similar breakup in order to cleanup > interfaces > and red

Re: Move thunks out of cgraph_node

2020-10-23 Thread mliska
On 2020-10-23 21:45, Jan Hubicka wrote: Hi, this patch moves thunk_info out of cgraph_node into a symbol summary. I also moved it to separate hearder file since cgraph.h became really too fat. I plan to contiue with similar breakup in order to cleanup interfaces and reduce WPA memory footprint

Move thunks out of cgraph_node

2020-10-23 Thread Jan Hubicka
Hi, this patch moves thunk_info out of cgraph_node into a symbol summary. I also moved it to separate hearder file since cgraph.h became really too fat. I plan to contiue with similar breakup in order to cleanup interfaces and reduce WPA memory footprint (symbol table now consumes more memory than