File size of compiled exe files in PB 6.10 (64bit and 32bit)

Everything else that doesn't fall into one of the other PB categories.
User avatar
bobobo
Enthusiast
Enthusiast
Posts: 206
Joined: Mon Jun 09, 2003 8:30 am

File size of compiled exe files in PB 6.10 (64bit and 32bit)

Post by bobobo »

hi

I just noticed that from version 6.10 the file size of an exe compilation is much larger than one with 6.04, for example. In x86 and 64bit
compiling in 6.10 also takes a bit longer.

Is there an explanation for this? I tried to find something enlightening in the forum (announcements in German and English). But I'm blind to it.
I remember talking about Purebasic, among other things because it makes small programs. It would be a shame if that were no longer the case.

a test with a simple message requester
CODE: SELECT ALL

MessageRequester("","")

l32 bit 6.04 6.10
6kb 299Kb
64 bit 6.04 6.10
7kb 487 Kb

I'm really curious :)
사십 둘 .
User avatar
RSBasic
Moderator
Moderator
Posts: 1228
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: File size of compiled exe files in PB 6.10 (64bit and 32bit)

Post by RSBasic »

I noticed that recently too, but I think it's a good thing because it means there are fewer false positives.
Image
Image
Axolotl
Addict
Addict
Posts: 837
Joined: Wed Dec 31, 2008 3:36 pm

Re: File size of compiled exe files in PB 6.10 (64bit and 32bit)

Post by Axolotl »

this has already been discussed several times....
i.e. PureBasic v6.10 is producing a file size 5 times bigger than v6.04

There seems to be an improvement in the next version.
PureBasic 6.11 LTS Beta 3 is ready for testing !
Just because it worked doesn't mean it works.
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).
User avatar
bobobo
Enthusiast
Enthusiast
Posts: 206
Joined: Mon Jun 09, 2003 8:30 am

Re: File size of compiled exe files in PB 6.10 (64bit and 32bit)

Post by bobobo »

thanks for the hints ..
:)
(hm . strange that i hadn't found it be myself)
사십 둘 .
BarryG
Addict
Addict
Posts: 4173
Joined: Thu Apr 18, 2019 8:17 am

Re: File size of compiled exe files in PB 6.10 (64bit and 32bit)

Post by BarryG »

bobobo wrote: Wed May 29, 2024 11:51 amI remember talking about Purebasic, among other things because it makes small programs. It would be a shame if that were no longer the case.
This'll give you a heart attack then -> https://www.purebasic.fr/english/viewto ... 65#p620165 :lol:
Post Reply