Re: BDS2006 exe sizes



On Sun, 26 Feb 2006 10:28:02 +0100, "Maarten Wiltink"
<maarten@xxxxxxxxxxxxxxxxxx> wrote:
<snip>

By and large correct. The JIT compiler is mandatory and partly not
really JIT anymore, it preprocesses the entire RTL when you install
the framework. (It took _forever_ to install .Net 2.0 on a K6-II 350.)

Interesting
- that reminds me of the acid test for a UNIX port
- make the fixes
- recompile the compiler
- then recompile the entire system

Not a bad design, especially for portability, but not the original
Delphi concept.

Tell me again. What does the P in P-code stand for?

Pseudo
- if you're thinking 'P'ascal, I rather suspect it is not that
- semi compiled stuff has been around a very long time

Digressing, one thing I found when I first started using a compiler,
is that one goes to great lengths to write an 'interpreter' in it.

Not necessarily a scripting language, but something that works on
parameter files.


.



Relevant Pages

  • Re: .NET Compiler optimization and component updates
    ... > This is a general question regarding how, and if, compiler optimization ... > techniques affect the general concept of being able to update a component of ... > an application without requiring a recompile of client code. ... > this in someway break the concept of being able to modify and redeploy server ...
    (microsoft.public.dotnet.general)
  • Re: Fw: New Cobol Releases (was FASTSRT)
    ... It is worthwhile to recompile programs that run though I advocate doing so ... code doesn't mean that the latest compiler will not yield a much more ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • Re: One last chapter to review! Last chance! One-day only!
    ... > How could you escape it? ... > b) "ok, recompile stuff in this component, but it's internal only so ... It can be solved by a Lisp compiler: ... modules don't load a module directly but read its interface file. ...
    (comp.lang.lisp)
  • Re: Fw: New Cobol Releases (was FASTSRT)
    ... It is worthwhile to recompile programs that run though I advocate doing so ... code doesn't mean that the latest compiler will not yield a much more ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • Re: .NET Compiler optimization and component updates
    ... >> an application without requiring a recompile of client code. ... >> I expect the compiler inlines the constant values for optimization, ... >> this in someway break the concept of being able to modify and redeploy server ...
    (microsoft.public.dotnet.general)