[PATCH GCC/pr56124] Don't prefer memory if the source of load operation has side effect

2013-03-25 Thread Bin Cheng
Hi, As reported in PR56124, IRA causes redundant reload by preferring to put pseudo which is target of loading in memory. Generally this is good but the case in which the src of loading has side effect. This patch fixes this issue by checking whether source of loading has side effect. I tested the

[PATCH GCC]Relax the probability condition in CE pass when optimizing for code size

2013-03-25 Thread Bin Cheng
Hi, The CE pass has been adapted to work with the probability of then/else branches. Now the transformation is done only when it's profitable. Problem is the change affects both performance and size, causing size regression in many cases (especially in C library like Newlib). So this patch relaxes

Gestión y Organización del Mantenimiento Seminario para técnicos y mandos intermedios

2013-03-25 Thread Ramos, Cesar
Gestión y Organización del Mantenimiento Seminario para técnicos y mandos intermedios 18 y 19 de Abril de 2013 Mexico DF Un programa de Mantenimiento bien ejecutado genera ahorros de mas de un 42 % en los costos de Producción. Los beneficios que un buen nivel del Mantenimiento reporta como cons

TYPO - http://gcc.gnu.org/gcc-4.8/changes.html

2013-03-25 Thread John Franklin
"cpmpilation" probably meant "compilation"

[Patch, wwwdocs, committed] was: Re: TYPO - http://gcc.gnu.org/gcc-4.8/changes.html

2013-03-25 Thread Tobias Burnus
John Franklin wrote: "cpmpilation" probably meant "compilation" Thanks for the report. I have fixed it with the attached patch. Tobias Index: gcc-4.8/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retri

Compiler speed (vanilla vs. LTO, PGO and LTO+PGO)

2013-03-25 Thread Markus Trippelsdorf
On 2013.03.25 at 08:06 +0100, Markus Trippelsdorf wrote: > On 2013.03.24 at 20:53 +0100, gcc_mailingl...@abwesend.de wrote: > > > > is it useful to compile gcc 4.8.0 with the lto option? > > If you want a (slightly) faster compiler then yes. > Simply add "--with-build-config=bootstrap-lto" to you

Re: Compiler speed (vanilla vs. LTO, PGO and LTO+PGO)

2013-03-25 Thread Andi Kleen
Markus Trippelsdorf writes: > > So it appears, contrary to the advice given above, that it is not useful > to build gcc 4.8.0 with the lto option at the moment. Did you build firefox/kernel with debug info on/off? Often debug info on changes the compiler performance significantly, as it generate

Re: Compiler speed (vanilla vs. LTO, PGO and LTO+PGO)

2013-03-25 Thread Richard Biener
On Mon, Mar 25, 2013 at 1:56 PM, Markus Trippelsdorf wrote: > On 2013.03.25 at 08:06 +0100, Markus Trippelsdorf wrote: >> On 2013.03.24 at 20:53 +0100, gcc_mailingl...@abwesend.de wrote: >> > >> > is it useful to compile gcc 4.8.0 with the lto option? >> >> If you want a (slightly) faster compiler

Re: Compiler speed (vanilla vs. LTO, PGO and LTO+PGO)

2013-03-25 Thread Markus Trippelsdorf
On 2013.03.25 at 06:07 -0700, Andi Kleen wrote: > Markus Trippelsdorf writes: > > > > So it appears, contrary to the advice given above, that it is not useful > > to build gcc 4.8.0 with the lto option at the moment. > > Did you build firefox/kernel with debug info on/off? > > Often debug info o

Re: Compiler speed (vanilla vs. LTO, PGO and LTO+PGO)

2013-03-25 Thread Markus Trippelsdorf
On 2013.03.25 at 14:11 +0100, Richard Biener wrote: > On Mon, Mar 25, 2013 at 1:56 PM, Markus Trippelsdorf > wrote: > > On 2013.03.25 at 08:06 +0100, Markus Trippelsdorf wrote: > >> On 2013.03.24 at 20:53 +0100, gcc_mailingl...@abwesend.de wrote: > >> > > >> > is it useful to compile gcc 4.8.0 wit

Re: Compiler speed (vanilla vs. LTO, PGO and LTO+PGO)

2013-03-25 Thread Richard Biener
On Mon, Mar 25, 2013 at 2:24 PM, Markus Trippelsdorf wrote: > On 2013.03.25 at 14:11 +0100, Richard Biener wrote: >> On Mon, Mar 25, 2013 at 1:56 PM, Markus Trippelsdorf >> wrote: >> > On 2013.03.25 at 08:06 +0100, Markus Trippelsdorf wrote: >> >> On 2013.03.24 at 20:53 +0100, gcc_mailingl...@abw

Re: GCC 4.8.0 does not compile for DJGPP

2013-03-25 Thread David Edelsohn
On Mon, Mar 25, 2013 at 12:29 AM, Andris Pavenis wrote: >> Forgot to say that I also had to apply this patch >> >> --- ../gcc-4.8.0/libbacktrace/alloc.c2013-01-14 19:17:30.0 >> +0100 >> +++ ../gcc-4.80/libbacktrace/alloc.c2013-03-24 18:07:11.995891959 >> +0100 >> @@ -34,6 +34,7 @@

Inquiry about GCC Summer Of Code project idea.

2013-03-25 Thread Fotis Koutoulakis
Greetings, I am writing this email with regard to a potential project idea that's hosted on the GCC wiki about porting the go programming language GCC (gccgo) frontend to the GNU/HURD operating system (information found here-> http://gcc.gnu.org/wiki/SummerOfCode and here-> http://www.gnu.org/soft

Re: Inquiry about GCC Summer Of Code project idea.

2013-03-25 Thread Ian Lance Taylor
On Mon, Mar 25, 2013 at 7:42 AM, Fotis Koutoulakis wrote: > > I am writing this email with regard to a potential project idea that's > hosted on the GCC wiki about porting the go programming language GCC > (gccgo) frontend to the GNU/HURD operating system (information found > here-> http://gcc.gnu

Re: Compiler speed (vanilla vs. LTO, PGO and LTO+PGO)

2013-03-25 Thread Markus Trippelsdorf
On 2013.03.25 at 15:17 +0100, Richard Biener wrote: > On Mon, Mar 25, 2013 at 2:24 PM, Markus Trippelsdorf > wrote: > > On 2013.03.25 at 14:11 +0100, Richard Biener wrote: > >> On Mon, Mar 25, 2013 at 1:56 PM, Markus Trippelsdorf > >> wrote: > >> > On 2013.03.25 at 08:06 +0100, Markus Trippelsdor

Re: Inquiry about GCC Summer Of Code project idea.

2013-03-25 Thread Samuel Thibault
Ian Lance Taylor, le Mon 25 Mar 2013 08:22:15 -0700, a écrit : > > - What would be a skill level estimate for someone wishing to try this > > project in an attempt to get his feet wet in compiler engineering? > > Unfortunately it's hard for me to judge. The most important skill > would be the abi

Re: GCC 4.8.0 does not compile for DJGPP

2013-03-25 Thread Fabrizio Gennari
Il 25/03/2013 00:00, Ian Lance Taylor ha scritto: On Sun, Mar 24, 2013 at 10:51 AM, Fabrizio Gennari wrote: Il 24/03/2013 18:48, Fabrizio Gennari ha scritto: Il 23/03/2013 18:07, DJ Delorie ha scritto: The DJGPP build of gcc 4.8.0 was just uploaded, it might have some patches that haven't be

Re: GCC 4.8.0 does not compile for DJGPP

2013-03-25 Thread Ian Lance Taylor
On Mon, Mar 25, 2013 at 11:02 AM, Fabrizio Gennari wrote: > Il 25/03/2013 00:00, Ian Lance Taylor ha scritto: > >> On Sun, Mar 24, 2013 at 10:51 AM, Fabrizio Gennari >> wrote: >>> >>> Il 24/03/2013 18:48, Fabrizio Gennari ha scritto: >>> Il 23/03/2013 18:07, DJ Delorie ha scritto: >

Debugging C++ Function Calls

2013-03-25 Thread Lawrence Crowl
On 3/25/13, Tom Tromey wrote: >> "Lawrence" == Lawrence Crowl writes: > > Lawrence> My model is that I should be able to cut and paste an expression > Lawrence> from the source to the debugger and have it work. I concede that > Lawrence> C++ function overload resolution is a hard problem. H

Re: Debugging C++ Function Calls

2013-03-25 Thread Tom Tromey
> "Lawrence" == Lawrence Crowl writes: Lawrence> Hm. I haven't thought about this deeply, but I think SFINAE may Lawrence> not be less of an issue because it serves to remove candidates Lawrence> from potential instantiation, and gdb won't be instantiating. Lawrence> The critical distinction

Re: Debugging C++ Function Calls

2013-03-25 Thread Lawrence Crowl
On 3/25/13, Tom Tromey wrote: >> "Lawrence" == Lawrence Crowl writes: > > Lawrence> Hm. I haven't thought about this deeply, but I think SFINAE may > Lawrence> not be less of an issue because it serves to remove candidates > Lawrence> from potential instantiation, and gdb won't be instantiat

Re: Debugging C++ Function Calls

2013-03-25 Thread Tom Tromey
> "Lawrence" == Lawrence Crowl writes: Tom> Sure, but maybe for a critique of the approach. But only if you are Tom> interested. Lawrence> Sure, send it. I think the intro text of this message provides the best summary of the approach: http://sourceware.org/ml/gdb-patches/2010-07/msg00284

Re: GCC 4.8.0 does not compile for DJGPP

2013-03-25 Thread Andris Pavenis
On 03/25/2013 08:02 PM, Fabrizio Gennari wrote: Il 25/03/2013 00:00, Ian Lance Taylor ha scritto: What failed without that patch? In file included from ../../../gcc-4.80/libbacktrace/alloc.c:39:0: ../../../gcc-4.80/libbacktrace/internal.h:141:11: error: unknown type name ‘off_t’ off_t offset

rfc: another switch optimization idea

2013-03-25 Thread Dinar Temirbulatov
Hi, We noticed some performance gains if we are not using jump over some simple switch statements. Here is the idea: Check whether the switch statement can be expanded with conditional instructions. In that case jump tables should be avoided since some branch instructions can be eliminated in furth

Re: rfc: another switch optimization idea

2013-03-25 Thread Ondřej Bílka
On Tue, Mar 26, 2013 at 01:23:58AM +0400, Dinar Temirbulatov wrote: > Hi, > We noticed some performance gains if we are not using jump over some > simple switch statements. Here is the idea: Check whether the switch > statement can be expanded with conditional instructions. In that case > jump tabl