Re: [fpc-other] $100, 000 for C++ implementation of FPC's -CR option

2015-08-13 Thread Ralf Quint
On 8/13/2015 4:49 PM, Nikolay Nikolov wrote: 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 :)

Re: [fpc-other] $100, 000 for C++ implementation of FPC's -CR option

2015-08-13 Thread Nikolay Nikolov
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