Hello!

> Did you actually try your patch in a production environment? It breaks
> make -jN, so any efficiency gains are negated by that fact. We tried it
> in MSYS2 and had to remove it.

 Huh, this is the first such feedback.
 Of course i use it in production environment. Also, it passes make test
suite. Could you exactly tell me what breaks and where, so that i could
reproduce the problem ? This would be very helpful.
 Actually i have some glitches with -j, but i also had glitches without this
patch.

Kind regards,
Pavel Fedin
Expert Engineer
Samsung Electronics Research center Russia


> -----Original Message-----
> From: Ray Donnelly [mailto:mingw.andr...@gmail.com]
> Sent: Monday, September 02, 2013 2:58 PM
> To: Pavel Fedin
> Cc: Christopher Faylor; bug-make@gnu.org; Eli Zaretskii
> Subject: Re: [PATCH] Use spawn() in GNU Make on Cygwin, updated
> 
> "because they already own the computing world"
> 
> ... riiiight.
> 
> On Mon, Sep 2, 2013 at 6:45 AM, Pavel Fedin <p.fe...@samsung.com> wrote:
> >> I really consider the use of Cygwin's spawn() deprecated and I'm not
> >> really interested in spending time on it.
> >
> >  Why ? It is a way to significantly increase performance. And, before
> > Cygwin has posix_spawn(), it is the only way to do it.
> >  I was following various fork() discussions, Microsoft is not
> > interested in solving this because they say absolutely the same
> phrase
> > about POSIX and all that. And, in fact, their phrase weights much
> > more, because they already own the computing world.
> >
> > Kind regards,
> > Pavel Fedin
> > Expert Engineer
> > Samsung Electronics Research center Russia
> >
> >
> > _______________________________________________
> > Bug-make mailing list
> > Bug-make@gnu.org
> > https://lists.gnu.org/mailman/listinfo/bug-make


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to