Results 1 to 3 of 3

Thread: FreePascal March update...

  1. #1

    FreePascal March update...

    Latest news from www.freepascal.org...
    Lots of new progress in March, but too busy coding to update the website, so this entry will be a summary of progress on the main (2.1.1) branch:

    * Thomas Schatzl is making good progress with the linux 64-bit PowerPC port. A snapshot is here
    * Peter did a Titanic work, and crafted an internal linker for win32 and win64, reducing linking times tremendously. For such a complex new subsystem, it is already quite stable.
    * DWARF debugging info support is slowly starting to work. Stabs will be phased out in time.
    * Florian just showed a first "Hello world" program for Win64. This is remarkable since GCC and the binutils don't even support this target. (Internal linker!)
    * Jonas reported that he has ported to Darwin/i386 with remarkable little effort. Snapshots are expected in the coming weeks.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  2. #2
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    FreePascal March update...

    This is excellent to hear.

    I wonder how long until we can look forward to a working internal linker for Linux.

    Also question for any FPC ppl here; Are all these internal linkers being created as a part of the compiler it's self or are they a single or several seperate executable(s)?
    Jason McMillen
    Pascal Game Development
    Co-Founder





  3. #3

    FreePascal March update...

    The internal linker is part of the compiler. By doing so the linker has more information available what can be removed from the final executable, we will for example be able to smartlink resource strings, virtual methods and even debug information.

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
  •