<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix"><br>
    </div>
    <blockquote class=" cite"
id="mid_CAJ_TeofXv0NuiYhvCiQ8SDTiDWERgU0Hui3g3orD_iMPzOLkyw_mail_gmail_com"
cite="mid:CAJ+TeofXv0NuiYhvCiQ8SDTiDWERgU0Hui3g3orD=iMPzOLkyw@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">
        <div class="HOEnZb">
          <div class="h5">
            Is there any advantage in using a 64 bit distro for audio?
            Do the<br>
            advantages outweigh the difficulties?<br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    For what I do, live MIDI synthesis, the advantages do outweigh the
    difficulties.  First of all, when I compile application  source, I
    compile -march=native -mtune=native.  This gives significant
    performance increases.  I don't know what would happen if I tried
    that on a 32-bit OS running on 64-bit hardware, but even if the
    compilation worked, the result will not use the full CPU
    capability.  And second, recompiling or not, memory management in
    general is much more efficient, because larger chunks can be moved
    in single operations.<br>
    <pre class="moz-signature" cols="72">-- 
Jonathan E. Brickman
<a class="moz-txt-link-freetext" href="http://linuxsynth.ponderworthy.com">http://linuxsynth.ponderworthy.com</a></pre>
  </body>
</html>