Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Free Pascal 2.0.2

  1. #11

    Free Pascal 2.0.2

    Quote Originally Posted by WILL
    Sly: Thats great news!

    Oh man... :? Talk about disappointing, the GBA support that FPK had added to the SourceForge CVS was not released with the 2.0.2 source release. :cry:

    So I guess we just have to keep bugging him. Or releasing new modification packages for concurrent versions.
    I sent you some weeks ago a PM about a new GBA porting. Do you have tried to play with this new release?
    Get your fpc4gba copy now!
    Get your fpc4nds copy now!

  2. #12

    Free Pascal 2.0.2

    Quote Originally Posted by Sly
    Long string operations were much slower in FPC, but in latest code (as of a few days ago), long string operations have been sped up dramatically. This was reported in the FPC mailing list.
    So any operations using the standard string type would have been slower in an earlier releae :?: That would explain allot, jasonf was working on a linux port of the Guns DelphiX demo, but we saw major performance differences between delphi compiled binaries and FPC, the code made heavy use of StringLists to store and search for data. I'l try compiling the code with FPC 2.0.2 and see if there performance increase.
    <A HREF="http://www.myhpf.co.uk/banner.asp?friend=139328">
    <br /><IMG SRC="http://www.myhpf.co.uk/banners/60x468.gif" BORDER="0">
    <br /></A>

  3. #13

    Free Pascal 2.0.2

    Use {$implicitexceptions off} (IIRC, check if it's right)
    and you'll see DRAMATIC ansistring speed increase.

    This is dangerous because if you made setupid memory bugs you won't see them so do only when your program is release-able.

    Long story short, the speed is in in implicit try finaly for all managed types (dynarrays, ansistrings)
    Feel the power of Open Source.
    <br />Feel the power of Free Pascal.

Page 2 of 2 FirstFirst 12

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
  •