Em Tue, May 26, 2015 at 05:48:27PM +0200, Martin Liška escreveu:
> On 05/26/2015 04:36 PM, Arnaldo Carvalho de Melo wrote:
> >Em Tue, May 26, 2015 at 11:13:32AM +0200, Martin Liška escreveu:
> >>>* Arnaldo Carvalho de Melo wrote:
> Em Mon, May 25, 2015 at 01:12:44PM +0200, Martin Liška escreve
On 05/26/2015 04:36 PM, Arnaldo Carvalho de Melo wrote:
Em Tue, May 26, 2015 at 11:13:32AM +0200, Martin Liška escreveu:
On 05/25/2015 08:32 PM, Ingo Molnar wrote:
* Arnaldo Carvalho de Melo wrote:
Em Mon, May 25, 2015 at 01:12:44PM +0200, Martin Liška escreveu:
On 05/25/2015 01:09 PM, Ing
On 05/26/2015 05:22 PM, Arnaldo Carvalho de Melo wrote:
Em Tue, May 26, 2015 at 11:36:26AM -0300, Arnaldo Carvalho de Melo escreveu:
Em Tue, May 26, 2015 at 11:13:32AM +0200, Martin Liška escreveu:
As Arnaldo pointed, I split the patch to following 2 smaller patches.
Thanks, but how did you g
Em Tue, May 26, 2015 at 11:36:26AM -0300, Arnaldo Carvalho de Melo escreveu:
> Em Tue, May 26, 2015 at 11:13:32AM +0200, Martin Liška escreveu:
> > As Arnaldo pointed, I split the patch to following 2 smaller patches.
>
> Thanks, but how did you generated the two attached patches?
>
> [acme@ssd
Em Tue, May 26, 2015 at 11:13:32AM +0200, Martin Liška escreveu:
> On 05/25/2015 08:32 PM, Ingo Molnar wrote:
> >
> >* Arnaldo Carvalho de Melo wrote:
> >
> >>Em Mon, May 25, 2015 at 01:12:44PM +0200, Martin Liška escreveu:
> >>>On 05/25/2015 01:09 PM, Ingo Molnar wrote:
>
> * Martin Lišk
On 05/25/2015 08:32 PM, Ingo Molnar wrote:
* Arnaldo Carvalho de Melo wrote:
Em Mon, May 25, 2015 at 01:12:44PM +0200, Martin Liška escreveu:
On 05/25/2015 01:09 PM, Ingo Molnar wrote:
* Martin Liška wrote:
Right optimize debugging experience is given by passing -Og to
compiler. Assign
* Arnaldo Carvalho de Melo wrote:
> Em Mon, May 25, 2015 at 01:12:44PM +0200, Martin Liška escreveu:
> > On 05/25/2015 01:09 PM, Ingo Molnar wrote:
> > >
> > >* Martin Liška wrote:
> > >
> > Right optimize debugging experience is given by passing -Og to
> > compiler. Assign default valu
Em Mon, May 25, 2015 at 01:12:44PM +0200, Martin Liška escreveu:
> On 05/25/2015 01:09 PM, Ingo Molnar wrote:
> >
> >* Martin Liška wrote:
> >
> Right optimize debugging experience is given by passing -Og to
> compiler. Assign default value for pointers that are identified by
> compile
On 05/25/2015 01:09 PM, Ingo Molnar wrote:
* Martin Liška wrote:
Right optimize debugging experience is given by passing -Og to
compiler. Assign default value for pointers that are identified by
compiler as non-initialized.
s/Right optimize debugging experience is given/
Correct debuggin
* Martin Liška wrote:
> >>Right optimize debugging experience is given by passing -Og to
> >>compiler. Assign default value for pointers that are identified by
> >>compiler as non-initialized.
> >
> >s/Right optimize debugging experience is given/
> > Correct debugging experience is given/
>
On 05/25/2015 12:47 PM, Ingo Molnar wrote:
* Martin Liška wrote:
Currently, GCC optimizes -O6 same as -O3 level, thus change the value
to -O6.
s/to -O6
to -O3
Right optimize debugging experience is given by passing -Og to
compiler. Assign default value for pointers that are identified
* Martin Liška wrote:
> Currently, GCC optimizes -O6 same as -O3 level, thus change the value
> to -O6.
s/to -O6
to -O3
> Right optimize debugging experience is given by passing -Og to
> compiler. Assign default value for pointers that are identified by
> compiler as non-initialized.
s/Ri
On 05/22/2015 09:02 AM, Ingo Molnar wrote:
* Arnaldo Carvalho de Melo wrote:
Em Wed, May 20, 2015 at 06:16:51PM +0200, Martin Liška escreveu:
On 05/20/2015 04:55 PM, Ingo Molnar wrote:
* Arnaldo Carvalho de Melo wrote:
So the rule has been: What are the kernel requirements for the
toolcha
On 05/22/2015 09:02 AM, Ingo Molnar wrote:
* Arnaldo Carvalho de Melo wrote:
Em Wed, May 20, 2015 at 06:16:51PM +0200, Martin Liška escreveu:
On 05/20/2015 04:55 PM, Ingo Molnar wrote:
* Arnaldo Carvalho de Melo wrote:
So the rule has been: What are the kernel requirements for the
toolcha
* Arnaldo Carvalho de Melo wrote:
> Em Wed, May 20, 2015 at 06:16:51PM +0200, Martin Liška escreveu:
> > On 05/20/2015 04:55 PM, Ingo Molnar wrote:
> > >* Arnaldo Carvalho de Melo wrote:
> > >>So the rule has been: What are the kernel requirements for the
> > >>toolchain? tools/perf/ should bui
Em Wed, May 20, 2015 at 06:16:51PM +0200, Martin Liška escreveu:
> On 05/20/2015 04:55 PM, Ingo Molnar wrote:
> >* Arnaldo Carvalho de Melo wrote:
> >>So the rule has been: What are the kernel requirements for the
> >>toolchain? tools/perf/ should build with that.
> >
> >So we could use -Og if it
On 05/20/2015 04:55 PM, Ingo Molnar wrote:
* Arnaldo Carvalho de Melo wrote:
Em Wed, May 20, 2015 at 03:29:37PM +0200, Martin Liška escreveu:
On 05/20/2015 03:17 PM, Arnaldo Carvalho de Melo wrote:
Em Wed, May 20, 2015 at 03:07:39PM +0200, Martin Liška escreveu:
Currently, GCC optimizes -O
* Arnaldo Carvalho de Melo wrote:
> Em Wed, May 20, 2015 at 03:29:37PM +0200, Martin Liška escreveu:
> > On 05/20/2015 03:17 PM, Arnaldo Carvalho de Melo wrote:
> > >Em Wed, May 20, 2015 at 03:07:39PM +0200, Martin Liška escreveu:
> > >>Currently, GCC optimizes -O6 same as -O3 level. Right optim
Em Wed, May 20, 2015 at 03:29:37PM +0200, Martin Liška escreveu:
> On 05/20/2015 03:17 PM, Arnaldo Carvalho de Melo wrote:
> >Em Wed, May 20, 2015 at 03:07:39PM +0200, Martin Liška escreveu:
> >>Currently, GCC optimizes -O6 same as -O3 level. Right optimize debugging
> >>experience is given by pass
On 05/20/2015 03:17 PM, Arnaldo Carvalho de Melo wrote:
Em Wed, May 20, 2015 at 03:07:39PM +0200, Martin Liška escreveu:
On 05/19/2015 04:04 PM, Arnaldo Carvalho de Melo wrote:
Em Tue, May 19, 2015 at 03:41:03PM +0200, Martin Liška escreveu:
Following patch is fix for wrong DEBUG configuration
Em Wed, May 20, 2015 at 03:07:39PM +0200, Martin Liška escreveu:
> On 05/19/2015 04:04 PM, Arnaldo Carvalho de Melo wrote:
> >Em Tue, May 19, 2015 at 03:41:03PM +0200, Martin Liška escreveu:
> >>Following patch is fix for wrong DEBUG configuration.
> >
> >Can you please state, in the changelog, wha
On 05/19/2015 04:04 PM, Arnaldo Carvalho de Melo wrote:
Em Tue, May 19, 2015 at 03:41:03PM +0200, Martin Liška escreveu:
Following patch is fix for wrong DEBUG configuration.
Can you please state, in the changelog, what you think is wrong and how
your proposed change fixes it, so that after re
Em Tue, May 19, 2015 at 03:41:03PM +0200, Martin Liška escreveu:
> Following patch is fix for wrong DEBUG configuration.
Can you please state, in the changelog, what you think is wrong and how
your proposed change fixes it, so that after reading your intent I can
go and look at the code to see if
23 matches
Mail list logo