You don't get it do you? Like most of the other idiots that "compare" speed.
It is ff'ing not the language, it is the compiler optimization and a lot of C++ compilers are slower than fpc.
If you do still not understand that, please clean your mouth. Such statements are silly naive.
Why so boorish to people who write objective things?
Yes, Delphi and Lazarus are not designed for writing high-performance computing code.
The final code compiled on modern C/C++ compilers (f.ex. on VC++ or Intel C++) usually runs twice as fast as on Delphi or FPC.
There are a lot of inaccuracies (or at least potential misunderstandings) in there....
But first of all, yes "Mr Devil smiley" (sorry Thaddy, that is you) could have been way more polite (or at least not aggressive/insulting in any way), and not just the once. No matter what the issue is, and how often it has been iterated.
At the basics, when comparing 2 equal implementations, then it is a comparison of compiler.
There isn't a "Pascal speed" to some code. There is a speed that you get with FPC, a speed for Delphi, and for any other compiler compiling Pascal.
So that kind of comparison (that ends in a time measured) is never about languages.
Though of course you can (if you spent time collecting all existing compilers) state that at a specific date the fastest compiler got whatever results.
Delphi and Lazarus are not designed for writing high-performance computing code.
Ignoring that "Lazarus" isn't the language, and neither the Compiler....
Talking about Pascal and other language, then well a language can be designed for performance, by making it easier to access performance improving feature such as parallel execution.
But, then - in most case - you can access those features (like threading) even if the design of the Language does not give you special features to make that easier.
And if you do access them, then its back to how fast the code generated by the compiler is.