Re: [fpc-devel] RTTI

2015-11-24 Thread Ondrej Pokorny
On 21.11.2015 12:06, Arnaud Bouchez wrote: we consider using only FPC as main compiler for our server-side projects. This is good news for me because I am developing a client-server application with mORMot and FPC as well :) But I am still on the very beginning. Ondrej

Re: [fpc-devel] RTTI

2015-11-24 Thread Boian Mitov
I have not had chance to look at the RTTI branch, but RTTI is very critical for any modern language, and the main FPC branc was hopelessly out of date the last time I checked. It was not able to compile any part of our code base as it is heavily RTTI dependent. Improving the RTTI support in FPC

Re: [fpc-devel] Feature announcement: Generic functions, procedures and methods

2015-11-24 Thread Sven Barth
Am 24.11.2015 08:04 schrieb "Michael Schnell" : > > Is this syntax candy for automatically creating multiple functions (completely dedicated code for each type (combination) it is called with) (in fact optimizing for CPU usage), or is a single code sequence generated that takes