<div class="gmail_quote">On Thu, Jan 15, 2009 at 9:12 PM, John Drescher <span dir="ltr"><<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> Will you see any performance boost from 64-bit? Probably not. Will<br>
> running 64-bit prevent you from doing something? Also very doubtful.<br>
><br>
Theoretically there is a difference more than the extra address space.<br>
The processor has 8 extra integer registers and also 8 more SIMD<br>
registers that are not seen or used when you run 32 bit applications.<br>
<br>
The following link discusses this:<br>
<br>
<a href="http://en.wikipedia.org/wiki/X86-64" target="_blank">http://en.wikipedia.org/wiki/X86-64</a><br>
<br></blockquote></div><br>Task that don't max out your machine will run at basically the same speed. So playback and response of the gui will likely not see any difference. You may see some improvement if you do transcoding or other CPU intensive tasks, and the programs have been compiled to take advantage of the extra features of 64 bit ISA. <br>