On 08/13/2015 11:47 PM, Jonas Maebe wrote:
http://it.slashdot.org/story/15/08/13/1229239

In all fairness, they also optimise it so that they emit fewer checks
(if you check whether X of the correct type in one statement, you may
not have to check it again in the next etc) and hence reduce the run
time overhead. Still... :)
Well, now all they need is a decent equivalent to Pascal's units (instead of relying on preprocessor hacks such as #include), Pascal's compilation speed, decent RTTI, class types (e.g. "class of tobject") and C++ becomes a halfway-usable language :)

Nikolay
_______________________________________________
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other

Reply via email to