Re: [WEB][PATCH] Describe -pg and LTO changes

2015-04-08 Thread Gerald Pfeifer
On Sun, 16 Nov 2014, Andi Kleen wrote: > This patch describes some user visible changes that were > added to gcc 5. Thanks, Andi! I added some environments, broke up a long one, changed "a LTO build" to "an LTO build", Index: changes.html ===

Re: [WEB][PATCH] Describe -pg and LTO changes

2014-11-17 Thread Andi Kleen
Jan Hubicka writes: > the C and C++ languages to support data and task parallelism. > +New attribute no_reorder prevents reordering of > selected symbols. > + This enables to link-time optimize Linux kernel without need to use > + -fno-toplevel-reorder that disable several > opt

Re: [WEB][PATCH] Describe -pg and LTO changes

2014-11-17 Thread Jeff Law
On 11/17/14 12:52, Jan Hubicka wrote: On 11/16/14 13:02, Andi Kleen wrote: This patch describes some user visible changes that were added to gcc 5. Ok to commit? Yes, this is fine. Thanks, ... which remind me that I also wrote some update that apparently was never approved Looks good to m

Re: [WEB][PATCH] Describe -pg and LTO changes

2014-11-17 Thread Jan Hubicka
> On 11/16/14 13:02, Andi Kleen wrote: > > > >This patch describes some user visible changes that were > >added to gcc 5. > > > >Ok to commit? > Yes, this is fine. Thanks, ... which remind me that I also wrote some update that apparently was never approved Index: changes.html ===

Re: [WEB][PATCH] Describe -pg and LTO changes

2014-11-17 Thread Jeff Law
On 11/16/14 13:02, Andi Kleen wrote: This patch describes some user visible changes that were added to gcc 5. Ok to commit? Yes, this is fine. Thanks, Jeff

[WEB][PATCH] Describe -pg and LTO changes

2014-11-16 Thread Andi Kleen
This patch describes some user visible changes that were added to gcc 5. Ok to commit? -Andi Index: htdocs/gcc-5/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.25 diff -u -r1.25 cha