<div dir="ltr"><br><br><div class="gmail_quote">On Sun, Aug 21, 2011 at 6:40 PM, Eli Billauer <span dir="ltr">&lt;<a href="mailto:eli@billauer.co.il">eli@billauer.co.il</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Thank you all for your answers.<br>
<br>
I suppose the conclusion is that using 32 bits for application is a nice workaround for applications that cause trouble as 64 bits, unless it&#39;s really computation intensive (simulations etc.). Maintaining the necessary 32 bit libraries is a not fun, but nothing compared to waiting for this and that binary plugin to work correctly.<br>


<br>
Since the performance issue was mentioned more than once, I&#39;ll say that my hunch is that except for real number crunchers (finite elements simulations, video encoding and stuff Orna plays around with) most applications are limited by data starvation (cache misses), so the extra registers allowed for in x86_64 aren&#39;t necessary making any real difference. In particular when it comes to browsers, word processors, maybe even video rendering and compilation. But this is really just a hunch.<br>


<br></blockquote><div><br></div><div>I forgot to mention that sometimes, on really funny occasions, you get a performance penalty from using the 64bit code. For example, when you take a number close to 1 (1.00000001) to a power. You will get absolutely stuck with the 64bit code.</div>

<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
So 32 bit for Firefox it is. As for the rest, well, who cares, as long as it works.<br>
<br>
   Eli<br><font color="#888888">
<br>
-- <br>
Web: <a href="http://www.billauer.co.il" target="_blank">http://www.billauer.co.il</a><br>
<br>
______________________________<u></u>_________________<br>
Haifux mailing list<br>
<a href="mailto:Haifux@haifux.org" target="_blank">Haifux@haifux.org</a><br>
<a href="http://hamakor.org.il/cgi-bin/mailman/listinfo/haifux" target="_blank">http://hamakor.org.il/cgi-bin/<u></u>mailman/listinfo/haifux</a><br>
</font></blockquote></div><br><br clear="all"><div><br></div>-- <br>Orna Agmon Ben-Yehuda.<br><a href="http://ladypine.org">http://ladypine.org</a><br>
</div>