<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Philippe Marschall wrote:
<blockquote
 cite="mid:66666f210809270237x3b5cb8a5x26bdb978b22ab23f@mail.gmail.com"
 type="cite">
  <pre wrap="">2008/9/26, Jason Johnson <a class="moz-txt-link-rfc2396E" href="mailto:jason.johnson.081@gmail.com">&lt;jason.johnson.081@gmail.com&gt;</a>:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On Thu, Sep 25, 2008 at 9:15 PM, Igor Stasenko <a class="moz-txt-link-rfc2396E" href="mailto:siguctua@gmail.com">&lt;siguctua@gmail.com&gt;</a> wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">2008/9/25 Chris Kassopulo <a class="moz-txt-link-rfc2396E" href="mailto:ckasso@sprynet.com">&lt;ckasso@sprynet.com&gt;</a>:
      </pre>
      <blockquote type="cite">
        <pre wrap=""><a class="moz-txt-link-freetext" href="http://www.lesser-software.com/en/content/products/lswvst/lswvst.htm">http://www.lesser-software.com/en/content/products/lswvst/lswvst.htm</a>


        </pre>
      </blockquote>
      <pre wrap="">It would be nice to look at it (LSWV).
So many cool features. Too bad its proprietary. :(

--
Best regards,
Igor Stasenko AKA sig.
      </pre>
    </blockquote>
    <pre wrap="">Is the cost prohibitive?  Dolphin wasn't free, but it was really cheap
and a quality product.  Keep in mind that while programming languages
have been largely "commoditized"  the best implementations of many
languages still cost money.  E.g. you want the best C compiler?  It's
not GCC.  Buy the Intel compiler and watch your code run twice as
fast.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
Let me preface this by saying that I support free software, and use it
in preference to proprietary software when possible.  However, I
disagree with much of what you say.<br>
<br>
<blockquote
 cite="mid:66666f210809270237x3b5cb8a5x26bdb978b22ab23f@mail.gmail.com"
 type="cite">
  <pre wrap="">If you define best best as "longest bar in some benchmark". </pre>
</blockquote>
<br>
I define best as "producing the best performance for the program that I
am interested in compiling".<br>
<br>
Intel doesn't manage to charge serious money for their compiler because
it is better on some synthetic benchmark but worse in the real world. 
Maybe GCC has mostly caught up with 4.3, but there's no doubt that ICC
has traditionally generated faster code.  I don't have extensive/varied
personal experience with ICC, but if you compile Squeak with it on
Intel, you'll see a 20% speed-up on macro benchmarks.  <br>
<br>
<blockquote
 cite="mid:66666f210809270237x3b5cb8a5x26bdb978b22ab23f@mail.gmail.com"
 type="cite">
  <pre wrap="">If you
want to run your software only on Intel chips, no AMD, no Motorola, no
Sun, no .... </pre>
</blockquote>
<br>
First, it's simply not true that Intel's compiler doesn't work for
AMD.  After surfing around for 15min or so, I learned:<br>
- at various times in the past, AMD chose ICC as the compiler they used
to generate SPEC benchmarks.<br>
- there are numerous personal accounts where ICC generates the fastest
code for AMD for their pet application.<br>
<br>
Typically, Intel CPUs have a higher percentage improvement by using ICC
instead of GCC, but AMD CPUs also benefit.<br>
<br>
Also, many applications don't target PowerPC, Sparc, or ARM.  For
desktop apps, x86 is the name of the game.  I don't feel limited by
using an x86-only compiler, especially since I can write my code to
compile with a different compiler for other platforms.<br>
<br>
<blockquote
 cite="mid:66666f210809270237x3b5cb8a5x26bdb978b22ab23f@mail.gmail.com"
 type="cite">
  <pre wrap="">If you want to put up with all kinds of trouble and
issues compiling software that was written with GCC in mind like all
the GNU/Linux software. </pre>
</blockquote>
<br>
That's an interesting angle.  Many Free software lovers would consider
code that uses specific features of Microsoft's C compiler to be
broken.  I generally agree with them; unless there is a good reason for
it (and there sometimes is, just as it sometimes makes sense to write
x86 assembly), compiler-specific code is a bug.  Why should it be any
different for GNU-specific code?<br>
<br>
To me, it seems like FUD to disparage a compiler for inability to
compile non-standard code.<br>
<br>
<blockquote
 cite="mid:66666f210809270237x3b5cb8a5x26bdb978b22ab23f@mail.gmail.com"
 type="cite">
  <pre wrap="">Maybe even Squeak thanks to gnuify. </pre>
</blockquote>
<br>
No, gnuify transforms the code to make it run faster on GCC, but if you
don't apply gnuify, it will compile fine with other compilers.<br>
<br>
BTW, Windows Squeak VMs are still built using GCC 2.9.5 becuase it
produces faster code than 4.x (don't know if 4.3 has been tried).  The
moral: if you care about performance, run your own benchmarks.  Then,
you can balance observed performance against other factors like cost,
portability, free-software ideology, etc.<br>
<br>
Cheers,<br>
Josh<br>
<br>
<br>
<blockquote
 cite="mid:66666f210809270237x3b5cb8a5x26bdb978b22ab23f@mail.gmail.com"
 type="cite">
  <pre wrap="">Yeah, then
ICC might be the "best".

Cheers
Philippe

  </pre>
</blockquote>
<br>
</body>
</html>