Re: [FYI] {micro} NEWS: update with the changes since v1.14
Stefano Lattarini <[email protected]>
| Newsgroups | gmane.comp.sysutils.automake.patches |
|---|---|
| Message-ID | <[email protected]> |
On 10/30/2013 12:29 AM, Eric Blake wrote: > On 10/29/2013 06:03 PM, Stefano Lattarini wrote: >> +* Bugs fixed: >> + >> + - Fixed a gross inefficiency in the recipes for installing byte-compiled >> + python files, that was causing an O(N^2) performance on the number N of >> + files, instead of the expected O(N^2) performance. Note that this bug > > O(N) perhaps? > Good catch, will fix before pushing. Thanks!