> diff --git a/gcc/ChangeLog b/gcc/ChangeLog
> index 5cb07b7..754f882 100644
> --- a/gcc/ChangeLog
> +++ b/gcc/ChangeLog
> @@ -1,3 +1,13 @@
> +2013-11-17  Martin Liska  <marxin.li...@gmail.com>
> +         Jan Hubicka  <j...@suse.cz>
> +
> +     * cgraphunit.c (node_cmp): New function.
> +     (expand_all_functions): Function ordering added.
> +     * common.opt: New profile based function reordering flag introduced.
> +     * lto-partition.c: Support for time profile added.
> +     * lto.c: Likewise.
> +     * predict.c (handle_missing_profiles): Time profile handled in
> +       missing profiles.

OK,
thanks!  Implementing the function section naming scheme would be easy and it 
would
enable us to do the reordering even w/o LTO that would be quite cool. Lets hope 
it gets
resolved soon.

Honza

Reply via email to