Re: [systemd-devel] [PATCH] use dolt.m4 to speedup compilation

2015-03-06 Thread Harald Hoyer
On 06.03.2015 01:58, j...@joshtriplett.org wrote: > On Fri, Mar 06, 2015 at 12:55:38AM +0100, Michael Biebl wrote: >> 2015-03-05 11:58 GMT+01:00 : >>> From: Harald Hoyer >>> >>> The speedup is significant >>> >>> Original libtool >>> $ ccache -C && make clean && time make -j4 >>> […] >>> real

Re: [systemd-devel] [PATCH] use dolt.m4 to speedup compilation

2015-03-05 Thread Lucas De Marchi
On Thu, Mar 5, 2015 at 10:37 PM, wrote: > On Thu, Mar 05, 2015 at 10:33:19PM -0300, Lucas De Marchi wrote: >> On Thu, Mar 5, 2015 at 9:58 PM, wrote: >> > On Fri, Mar 06, 2015 at 12:55:38AM +0100, Michael Biebl wrote: >> >> 2015-03-05 11:58 GMT+01:00 : >> >> > From: Harald Hoyer >> >> > >> >>

Re: [systemd-devel] [PATCH] use dolt.m4 to speedup compilation

2015-03-05 Thread Randy Witt
On 03/05/2015 05:33 PM, Lucas De Marchi wrote: On Thu, Mar 5, 2015 at 9:58 PM, wrote: On Fri, Mar 06, 2015 at 12:55:38AM +0100, Michael Biebl wrote: 2015-03-05 11:58 GMT+01:00 : From: Harald Hoyer The speedup is significant Original libtool $ ccache -C && make clean && time make -j4 […]

Re: [systemd-devel] [PATCH] use dolt.m4 to speedup compilation

2015-03-05 Thread josh
On Thu, Mar 05, 2015 at 10:33:19PM -0300, Lucas De Marchi wrote: > On Thu, Mar 5, 2015 at 9:58 PM, wrote: > > On Fri, Mar 06, 2015 at 12:55:38AM +0100, Michael Biebl wrote: > >> 2015-03-05 11:58 GMT+01:00 : > >> > From: Harald Hoyer > >> > > >> > The speedup is significant > >> > > >> > Origina

Re: [systemd-devel] [PATCH] use dolt.m4 to speedup compilation

2015-03-05 Thread Lucas De Marchi
On Thu, Mar 5, 2015 at 9:58 PM, wrote: > On Fri, Mar 06, 2015 at 12:55:38AM +0100, Michael Biebl wrote: >> 2015-03-05 11:58 GMT+01:00 : >> > From: Harald Hoyer >> > >> > The speedup is significant >> > >> > Original libtool >> > $ ccache -C && make clean && time make -j4 >> > […] >> > real6

Re: [systemd-devel] [PATCH] use dolt.m4 to speedup compilation

2015-03-05 Thread josh
On Fri, Mar 06, 2015 at 12:55:38AM +0100, Michael Biebl wrote: > 2015-03-05 11:58 GMT+01:00 : > > From: Harald Hoyer > > > > The speedup is significant > > > > Original libtool > > $ ccache -C && make clean && time make -j4 > > […] > > real6m4.104s > > user13m49.234s > > sys7m37.864s

Re: [systemd-devel] [PATCH] use dolt.m4 to speedup compilation

2015-03-05 Thread Michael Biebl
2015-03-05 11:58 GMT+01:00 : > From: Harald Hoyer > > The speedup is significant > > Original libtool > $ ccache -C && make clean && time make -j4 > […] > real6m4.104s > user13m49.234s > sys7m37.864s > > Original libtool + dolt > $ ccache -C && make clean && time make -j4 > […] > real

Re: [systemd-devel] [PATCH] use dolt.m4 to speedup compilation

2015-03-05 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Mar 05, 2015 at 11:58:30AM +0100, har...@redhat.com wrote: > Original libtool > $ ccache -C && make clean && time make -j4 > […] > real6m4.104s > user13m49.234s > sys7m37.864s > > Original libtool + dolt > $ ccache -C && make clean && time make -j4 > […] > real2m24.869s > u

[systemd-devel] [PATCH] use dolt.m4 to speedup compilation

2015-03-05 Thread harald
From: Harald Hoyer The speedup is significant Original libtool $ ccache -C && make clean && time make -j4 […] real6m4.104s user13m49.234s sys7m37.864s Original libtool + dolt $ ccache -C && make clean && time make -j4 […] real2m24.869s user7m30.198s sys1m17.813s --- con