Same program gets about 10% more size with PB4.0 :'(

Everything else that doesn't fall into one of the other PB categories.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Same program gets about 10% more size with PB4.0 :'(

Post by Psychophanta »

Programs without windows user interfaces, this is, full screen graphics only, with sprite, sprite3D, keyboard and mouse generates a .exe about 10% more size than using PB3.94. (SAME SOURCE)
:cry:
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

And this is unexpected or somehow awful why?

Library sizes can change, as bug fixes and features are added/removed. In this day and age a 10% change in executable size is a joke. Why worry about exe size when your graphics are going to take up 95% or your programs size at least?
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post by va!n »

it would be interesting to know how much does this 10% are in KB! If this 10% are only 1-2 KB then its ok but when the 10% may be something > 5 or 10 KB in comparsion v 3.94 compiled exe, then its much!!

@psychophanta:
Just take a look to the ASM output and what libs are included... maybe there is something linked to the exe you dont need? (check out image lib... just an idea)
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
Bonne_den_kule
Addict
Addict
Posts: 841
Joined: Mon Jun 07, 2004 7:10 pm

Post by Bonne_den_kule »

This is just stupid complaining :x
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post by Derek »

Maybe the source is bigger but the overall smoothness and running of the program is better!

Might also be more stable on more systems.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Derek wrote:Maybe the source is bigger but the overall smoothness and running of the program is better!
I hope speed has got the lost part in size matter. But I am not so sure. :?
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Of course it's bigger, also without user interface.
some commands have grown a bit.
And of course there is the new stringhandler.
But you can still use 3.9x or 3.8x if a couple of kilobytes are a problem ;)
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post by Tranquil »

Bonne_den_kule wrote:This is just stupid complaining :x
+1
Tranquil
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

oh my good i say!
my pb programs used to be 17 killobytes, now its 17,5652!!!

Help me fred! i dont want those large file sizes :cry:



on a side note:
nothing personal psycopanta :P
im also a size fanatic, but as long as it keeps this small, i dont get mad.
Not as long it is for the benefit of faster development and better running executables (wich i certainly hope 4.0 gives)
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post by va!n »

sure, the uni code + threadsafe stuff has been added, .. lol ;-)
since working with v4 i didnt noticed this some more KBs to my exe ;-)
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
Post Reply