[Haskell-cafe] Linux ghci vs Windows ghci

Joachim Breitner mail at joachim-breitner.de
Mon Feb 22 06:21:48 EST 2010


Hi,

Am Sonntag, den 21.02.2010, 13:58 +0100 schrieb Ketil Malde:
> Donghee Nah <ppkkgm at gmail.com> writes:
> > I feel that ghci code executing speed in guest os is 1.5~2x faster than host
> > os
> >
> > The code:
> > let t n = do {if n `mod` 100000 == 0 then print n else return ()} >> t (n+1)
> > t 1
> >
> > any clue?
> 
> Speed of the terminal?  Cost of syscalls (user/kernel transitions)?

also note that I observed similar things with Win32 code vs. Linux code
when compiling stuff unoptimized. See

http://www.joachim-breitner.de/blog/archives/358-Building-arbtt-for-Windows.html

the first three paragraphs.

But I don’t know why that is.

Greetings,
Joachim

-- 
Joachim "nomeata" Breitner
  mail: mail at joachim-breitner.de | ICQ# 74513189 | GPG-Key: 4743206C
  JID: nomeata at joachim-breitner.de | http://www.joachim-breitner.de/
  Debian Developer: nomeata at debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20100222/37541fba/attachment.bin


More information about the Haskell-Cafe mailing list