[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [PATCH 0/2] Nice optimization for the parallel-tests harne
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [PATCH 0/2] Nice optimization for the parallel-tests harness |
Date: |
Wed, 16 May 2012 15:04:52 +0200 |
And here are the final optimizations. With them applied, Automake-NG
actually runs *faster* than mainline Automake in some common situations.
So thanks to Bob and Akim for prodding me into writing them!
OK to apply these patches, and merge this series into into 'ng/master'?
I will procedd to do so by tomorrow if there is no objection.
Thanks,
Stefano
-*-*-*-
Stefano Lattarini (2):
[ng] check: memoize some internal vars (avoid useless recalculation)
[ng] perf: optimize 'am__strip_suffixes' for speed
lib/am/check.am | 12 ++++++++----
lib/am/header-vars.am | 23 +++++++++--------------
t/internals.tap | 41 +++++++++++------------------------------
3 files changed, 28 insertions(+), 48 deletions(-)
--
1.7.9.5
- [Automake-NG] [PATCH 1/3] [ng] memoize: expose a serious bug (affecting GNU make < 3.83), (continued)
- [Automake-NG] [PATCH 1/3] [ng] memoize: expose a serious bug (affecting GNU make < 3.83), Stefano Lattarini, 2012/05/15
- [Automake-NG] [PATCH 3/3] [ng] memoize: correctly work around a bug of GNU make < 3.83, Stefano Lattarini, 2012/05/15
- Re: [Automake-NG] [PATCH 3/3] [ng] memoize: correctly work around a bug of GNU make < 3.83, Akim Demaille, 2012/05/15
- Re: [Automake-NG] [PATCH 3/3] [ng] memoize: correctly work around a bug of GNU make < 3.83, Stefano Lattarini, 2012/05/15
- Re: [Automake-NG] [PATCH 3/3] [ng] memoize: correctly work around a bug of GNU make < 3.83, Akim Demaille, 2012/05/15
- Re: [Automake-NG] [PATCH 3/3] [ng] memoize: correctly work around a bug of GNU make < 3.83, Stefano Lattarini, 2012/05/15
- Re: [Automake-NG] [PATCH 3/3] [ng] memoize: correctly work around a bug of GNU make < 3.83, Stefano Lattarini, 2012/05/16
- Re: [Automake-NG] [PATCH 0/3] Fix variable memoization, Akim Demaille, 2012/05/15
Re: [Automake-NG] [PATCH 00/11] Several changes to parallel-tests support, Bob Friesenhahn, 2012/05/09
[Automake-NG] [PATCH 0/2] Nice optimization for the parallel-tests harness,
Stefano Lattarini <=
- [Automake-NG] [PATCH 1/2] [ng] check: memoize some internal vars (avoid useless recalculation), Stefano Lattarini, 2012/05/16
- [Automake-NG] [PATCH 2/2] [ng] perf: optimize 'am__strip_suffixes' for speed, Stefano Lattarini, 2012/05/16
- Re: [Automake-NG] [PATCH 2/2] [ng] perf: optimize 'am__strip_suffixes' for speed, Stefano Lattarini, 2012/05/16
- Re: [Automake-NG] [PATCH 2/2] [ng] perf: optimize 'am__strip_suffixes' for speed, Akim Demaille, 2012/05/21
- Re: [Automake-NG] [PATCH 2/2] [ng] perf: optimize 'am__strip_suffixes' for speed, Bob Friesenhahn, 2012/05/21
- [Automake-NG] Avoding issues with command-line length limits (was: Re: [PATCH 2/2] [ng] perf: optimize 'am__strip_suffixes' for speed), Stefano Lattarini, 2012/05/22
- Re: [Automake-NG] Avoding issues with command-line length limits (was: Re: [PATCH 2/2] [ng] perf: optimize 'am__strip_suffixes' for speed), Akim Demaille, 2012/05/30
Re: [Automake-NG] [PATCH 0/2] Nice optimization for the parallel-tests harness, Stefano Lattarini, 2012/05/18