On 1/29/2017 3:29 PM, Thomas Monjalon wrote:
> 2017-01-22 01:50, Ferruh Yigit:
>> make config dependency resolving was always running serial,
>> parallelize it for better performance.
>
> It could be interesting to explain why it was not parallelized,
> and how you made it possible.
I will try to
On 1/23/2017 7:03 PM, Michał Mirosław wrote:
> 2017-01-22 2:50 GMT+01:00 Ferruh Yigit :
>> make config dependency resolving was always running serial,
>> parallelize it for better performance.
>>
>> $ time make T=x86_64-native-linuxapp-gcc config
>> real0m12.633s
>>
>> $ time make -j8 T=x86_64-
2017-01-22 01:50, Ferruh Yigit:
> make config dependency resolving was always running serial,
> parallelize it for better performance.
It could be interesting to explain why it was not parallelized,
and how you made it possible.
The test script should be updated as below:
--- a/devtools/test-bui
On Sun, Jan 22, 2017 at 01:50:34AM +, Ferruh Yigit wrote:
> make config dependency resolving was always running serial,
> parallelize it for better performance.
>
> $ time make T=x86_64-native-linuxapp-gcc config
> real0m12.633s
>
> $ time make -j8 T=x86_64-native-linuxapp-gcc config
> re
On Tue, Jan 24, 2017 at 09:42:35AM +0100, Olivier MATZ wrote:
> Hi Keith,
>
> On Mon, 23 Jan 2017 17:50:27 +, "Wiles, Keith"
> wrote:
> > > On Jan 23, 2017, at 10:18 AM, Olivier Matz
> > > wrote:
> > >
> > > Hi Ferruh,
> > >
> > > On Sun, 22 Jan 2017 01:50:34 +, Ferruh Yigit
> > > wro
Hi Keith,
On Mon, 23 Jan 2017 17:50:27 +, "Wiles, Keith"
wrote:
> > On Jan 23, 2017, at 10:18 AM, Olivier Matz
> > wrote:
> >
> > Hi Ferruh,
> >
> > On Sun, 22 Jan 2017 01:50:34 +, Ferruh Yigit
> > wrote:
> >> make config dependency resolving was always running serial,
> >> parallel
2017-01-22 2:50 GMT+01:00 Ferruh Yigit :
> make config dependency resolving was always running serial,
> parallelize it for better performance.
>
> $ time make T=x86_64-native-linuxapp-gcc config
> real0m12.633s
>
> $ time make -j8 T=x86_64-native-linuxapp-gcc config
> real0m1.826s
[...]
>
> On Jan 23, 2017, at 10:18 AM, Olivier Matz wrote:
>
> Hi Ferruh,
>
> On Sun, 22 Jan 2017 01:50:34 +, Ferruh Yigit
> wrote:
>> make config dependency resolving was always running serial,
>> parallelize it for better performance.
>>
>> $ time make T=x86_64-native-linuxapp-gcc config
>> re
Hi Ferruh,
On Sun, 22 Jan 2017 01:50:34 +, Ferruh Yigit
wrote:
> make config dependency resolving was always running serial,
> parallelize it for better performance.
>
> $ time make T=x86_64-native-linuxapp-gcc config
> real0m12.633s
>
> $ time make -j8 T=x86_64-native-linuxapp-gcc conf
9 matches
Mail list logo