Re: BDS2006 exe sizes



Ian wrote:
[...]
If the compiler produces a large executable from such a simple program as those, then they aren't efficient enough in my book.

Even if the compiler produces executables which are far smaller than the competition for real projects? Your benchmark is meaningless. If you want to work with no support for a "Hello World" .exe, then don't use the VCL or RTL. Code it all from scratch. If you want to get some work done, stop worrying about your .exe size.

Cheers,
Nicholas Sherlock
.



Relevant Pages

  • Re: What is the execution "debug.print" command after compile?
    ... Procedure calls may have side-effects unknown to the compiler, ... >> However if you compile an exe with absolutely nothing in twice, ... > Wrong conclusion based on the size argument...the VB executables are ...
    (microsoft.public.vb.general.discussion)
  • Re: Storing data in the application/exe file
    ... Now when you make exe you dont have to worry from ... secondary form you again let Delphi have its way, ... The global variable that Delphi puts in each form unit is essentially ... but between two different executables is much more involved. ...
    (alt.comp.lang.borland-delphi)
  • Re: If APL Is So Wonderful, How Come APL Programmers Arent Rich
    ... compiled to a single EXE: ... >> Will APEX allow me to take a set of APL2 functions and produce an .EXE ... Compiler runs under APL+Win today, ...
    (comp.lang.apl)
  • Re: Building EXE Twice Produces Different Files
    ... It think the status bar control pulls in the latest ... project type an Active EXE or Standard EXE under the properties? ... the C2 compiler, but it ends up in the finished executable. ...
    (microsoft.public.vb.general.discussion)
  • Re: How to locate compiled binary code relative to source code?
    ... > I need to be able to identify in the compiled EXE a specific location ... Your best bet is assembly language. ... Have you tried having the compiler print out the assembly language ... C++ Faq: http://www.parashift.com/c++-faq-lite C Faq: http://www.eskimo.com/~scs/c-faq/top.html alt.comp.lang.learn.c-c++ faq: ...
    (comp.programming)