NO

Author Topic: Version 8.00 Release Candidate 8 is now available  (Read 8272 times)

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Version 8.00 Release Candidate 8 is now available
« on: March 08, 2015, 07:45:12 PM »
Pelles C version 8.00 Release Candidate 8 is now available for download:
http://www.smorgasbordet.com/pellesc/download.htm

Major changes:
http://www.smorgasbordet.com/pellesc/changes_700_800.htm

RC8 changes:
  • Fixed IDE problem with dangling vtable-pointer in save ZIP-file dialog on Windows Vista+.
  • Fixed compiler problem with new handling of 'tiny' structs and extraction of a floating-point fields (X64).
  • Fixed compiler problem with struct padding in optimizer SRA pass.
  • Removed compiler early CSE code; Unoptimized code will be more bloated (which I don't care about), and the optimizer is already doing similar work. Floating-point code for X86 will generally be better by related changes.
  • Fixed problem with timeval struct and -Go compiler option for <sys/time.h>, <winsock.h> and <winsock2.h>.
  • Added Windows elscore.h, elssrvc.h, and elscore.lib to the distribution.

/Pelle
/Pelle

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: Version 8.00 Release Candidate 8 is now available
« Reply #1 on: March 08, 2015, 08:26:24 PM »
Pelle thank you very much.  :)
Let me add that, while it is clear that you like very much the 'external files' that cannot be excluded or removed (if you add one of them by error you have to recreate the project from scratch), I see that you have added checks on location of files for 'manual hacking' of ppj files  ;D
Honestly I appreciate all the work made for checkings, but please consider that when building large projects the IDE constraints are a kind of .... limitation?  ;)
BTW after so many years you're always a number one with this great compiler!
Sincerly.
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

Offline Bitbeisser

  • Global Moderator
  • Member
  • *****
  • Posts: 772
Re: Version 8.00 Release Candidate 8 is now available
« Reply #2 on: March 09, 2015, 12:49:19 AM »
Thanks Pelle!

Haven't had time to test it yet, but I can confirm that the "ZIP project files" now works fine for me.... (Windows 8.1/64)...

Ralf

Offline AlexN

  • Global Moderator
  • Member
  • *****
  • Posts: 394
    • Alex's Link Sammlung
Re: Version 8.00 Release Candidate 8 is now available
« Reply #3 on: March 09, 2015, 07:46:08 AM »
Thanks Pelle, great work! :)
best regards
 Alex ;)

JohnF

  • Guest
Re: Version 8.00 Release Candidate 8 is now available
« Reply #4 on: March 09, 2015, 02:07:49 PM »
Thanks Pelle.

John

rchockxm

  • Guest
Re: Version 8.00 Release Candidate 8 is now available
« Reply #5 on: March 10, 2015, 12:09:32 PM »
Nice work!!

Thanks Pelle.

Grincheux

  • Guest
Re: Version 8.00 Release Candidate 8 is now available
« Reply #6 on: March 14, 2015, 09:00:24 PM »
I go to download it.


You're the best.