Results 1 to 10 of 11

Thread: Delphi XE 2: 64-bit performance

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    There is a GREAT difference in using SIngle and Double in 64Bit compiler in XE2. Double in XE2 is faster twice as Double in XE and below. BUT Single is 3 times slower than in 32bit. And 5 times slower than Double.
    So, use Double whenever it's possible.

    Didn't notice link given by Lifepower about this new "feature".
    Embarcadero still advice to use Double instead of Single.
    Theory is - when you know everything but nothing works.
    Practice is - when all works, but you don't know why.
    We combine theory and practice - nothing works and nobody knows why

  2. #2
    Note that there is a new compiler directive that makes Single performance faster in 64-bit mode:
    http://delphitools.info/2011/09/09/h...precision-off/
    But it is not on by default.
    ZGameEditor - Develop 64kb games for Windows.
    Thrust for Vectrex - ROM-file and 6809 source code.

  3. #3
    Yeah and embarcadero deprecate to turn it on.
    Theory is - when you know everything but nothing works.
    Practice is - when all works, but you don't know why.
    We combine theory and practice - nothing works and nobody knows why

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •