Re: Next delphi release



We haven't seen any new optimization since Delphi 5. So why do you
expect that this will change in future? :-)

Depends what you mean by optimizations. I don't know of any automatic code generation optomizations, but there have been enhancements that permit optimizations to be made by the compiler. inlining in particular is fanstasic.


.



Relevant Pages

  • Re: Performance hit with Debug = True
    ... One example is Inlining. ... And what I know from MSDN documentation, in debug mode, objects will only be ... removed from memory, when they go entirely out of scope. ... >> there are many optimizations that are not done in debug mode. ...
    (microsoft.public.dotnet.framework.performance)
  • Profiling and inlining
    ... I've tried the profiler built in to Visual Studio 2005 and I've tried ... to do inlining. ... small accessor functions, which are called very frequently are not ... missing optimizations that still skews the picture after that. ...
    (microsoft.public.dotnet.framework.performance)