This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 01/14] Code refactoring of symtab_summary.
- From: Jan Hubicka <hubicka at ucw dot cz>
- To: marxin <mliska at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 7 Jun 2018 14:20:09 +0200
- Subject: Re: [PATCH 01/14] Code refactoring of symtab_summary.
- References: <cover.1526551813.git.mliska@suse.cz> <97ef106cccc6fc760ab58368855ee1eceaf12814.1526551813.git.mliska@suse.cz>
>
> gcc/ChangeLog:
>
> 2018-04-24 Martin Liska <mliska@suse.cz>
>
> * symbol-summary.h (function_summary): Move constructor
> implementation out of class declaration.
> (release): Likewise.
> (symtab_insertion): Likewise.
> (symtab_removal): Likewise.
> (symtab_duplication): Likewise.
> (get): Likewise.
OK,
Honza