Jump to content
PeterPanettone

What new features would you like to see in Delphi 13?

Recommended Posts

Support for the Linux-platform under Pro (and why not, even under CE).

I understand there are licensing issues going on with FMX for linux, but for webserver and console applications it should be fine I suppose.

Share this post


Link to post

Import and ability to use common C++ DLL files (eg: OpenCV, VTK, OpenCascade, etc).
Actually I use Python4Delphi to get access to some features of these DLL but it is just a workaround.

Share this post


Link to post
On 1/2/2025 at 5:54 PM, Jason Nelson said:

4. Last I checked (which was a while ago), the 64-bit compiler was horribly unoptimized and if you look at the ASM generated, it constantly refetches the "self" pointer over and over and over when it could easily have put that in a register for reuse.  There's hardly any brains in the ASM about what's already in what register... I use delphi because I want it to be fast... and it just isn't fast anymore... in fact C# can be just as fast or faster in some scenarios.

yeah,, exactly, C# code is now in versions 8,9 and 10 preview just faster than Delphi. LOL

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×