Re: BDS2006 exe sizes
- From: Rob Kennedy <me3@xxxxxxxxxxx>
- Date: Thu, 23 Feb 2006 22:32:18 -0600
Dunny wrote:
J French wrote:On Wed, 22 Feb 2006 22:31:02 -0600, Rob Kennedy <me3@xxxxxxxxxxx>
wrote:
Ian wrote:It gives one an idea of 'compiled in' run time supportCan someone tell me what the size of a simple "hello world"Why is a "hello world" program a meaningful benchmark?
program's .exe file size is in BDS2006? I'm curious to see how much
different they are from D7.
- probably the first test one does is a console mode 'Hullo World'
- then a MessageBox 'Hullo World'
- then a ShowMessage 'Hullo World'
- then a Form showing 'Hullo World'
Not a bad test of compiler (or rather linker) efficiency
Right. Not compiler efficiency at all, since you're not giving the compiler any significant amount of code to process. All the work is being done by the linker.
Exactly. Why did none of the others who responded to this figure that one out?
I asked my question because I can't read minds. Can you?
The guy never asked for Hello World to be a good test of the compiler -
In fact, that's *exactly* what he said it would be:
"As soon as I get my hands on a new compiler, the first thing I do is test it out using a simple "Hello World" ... If the compiler produces a large executable from such a simple program as those, then they aren't efficient enough in my book."
A "hello world" program gives the compiler only *one* line to work with. There's not much a compiler can do with that.
he wanted to know what amount of bloat he could expect from each delphi product.
Ian never said anything about bloat.
I'd have thought it was obvious that the greater the revision number of Delphi, the greater the file size.
Why would that be obvious?
--
Rob
.
- References:
- BDS2006 exe sizes
- From: Ian
- Re: BDS2006 exe sizes
- From: Rob Kennedy
- Re: BDS2006 exe sizes
- From: J French
- Re: BDS2006 exe sizes
- From: Dunny
- BDS2006 exe sizes
- Prev by Date: Re: Delphi 2 Issue... need help...
- Next by Date: Re: BDS2006 exe sizes
- Previous by thread: Re: BDS2006 exe sizes
- Next by thread: Re: BDS2006 exe sizes
- Index(es):
Relevant Pages
|