git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alex Riesen <raa.lkml@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Johannes Sixt <j.sixt@viscovery.net>, Jeff King <peff@peff.net>,
	Don Slutz <Don.Slutz@sierraatlantic.com>,
	Hannu Koivisto <azure@iki.fi>,
	git@vger.kernel.org
Subject: Re: Tests in Cygwin
Date: Fri, 8 May 2009 11:28:37 +0200	[thread overview]
Message-ID: <81b0412b0905080228j6b114631p35395464c0c98540@mail.gmail.com> (raw)
In-Reply-To: <7v4ovwaygf.fsf@alter.siamese.dyndns.org>

2009/5/8 Junio C Hamano <gitster@pobox.com>:
> Johannes Sixt <j.sixt@viscovery.net> writes:
>
>>>   +for prerequisite in $(echo "$1" | tr , ' ')
>>
>> So, you dislike the space separator, but you also dislike the IFS games
>> that save a few new processes? ;) (Think of Windows, where fork is expensive).
>
> You can play IFS=, game, then ;-)
>
> I have to admit that it feels so 80'ish, back when our UNIX machines were
> so slow that we tried to shave every fork+exec from our shell scripts by
> using built-ins when possible, though.

Well, on Windows (at least with Cygwin), it is 80's still. My workstation
(a 2.4GHz P4, 70C hot, 2Gb Dell monster) is about 100x slower than my
old Asus laptop (a 384Mb, 1200Ghz Pentium-M) in starting a trivial program
("int main() { return 0; }").

I'm trying to save where possible on cygwin, whatever cost.

  reply	other threads:[~2009-05-08  9:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-17  9:47 Tests in Cygwin Hannu Koivisto
2009-05-06 19:34 ` Don Slutz
2009-05-06 20:42   ` Junio C Hamano
2009-05-07  7:13     ` Johannes Sixt
2009-05-07 15:47       ` Don Slutz
2009-05-07 18:29         ` Don Slutz
2009-05-08  0:02         ` Junio C Hamano
2009-05-08  6:03           ` Johannes Sixt
2009-05-08  2:00         ` Jeff King
2009-05-08  6:02           ` Johannes Sixt
2009-05-08  6:41             ` Junio C Hamano
2009-05-08  9:28               ` Alex Riesen [this message]
2009-05-08 14:19                 ` Don Slutz
2009-05-08 14:28                   ` Johannes Sixt
2009-05-08 16:45                   ` Alex Riesen
2009-05-08  0:00       ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=81b0412b0905080228j6b114631p35395464c0c98540@mail.gmail.com \
    --to=raa.lkml@gmail.com \
    --cc=Don.Slutz@sierraatlantic.com \
    --cc=azure@iki.fi \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=j.sixt@viscovery.net \
    --cc=peff@peff.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).