[fpc-pascal] Duplicate RTLs

Sven Barth pascaldragon at googlemail.com
Wed Jul 1 22:31:00 CEST 2015


Am 01.07.2015 21:40 schrieb "Marco van de Voort" <marcov at stack.nl>:
>
> In our previous episode, Sven Barth said:
> > exception class), anything involving global variables (either
> > implementation or interface) in units that exist both in the library
and in
> > the program.
> >
> > Not to mention RTTI (basically a superset of the "exception handling"
case
> > mentioned by Jonas).
>
> Also RTTI like class info (not used over typinfo unit) like IS, AS,
.InheritsFrom?
> IOW Objecttype identity operations.

That's what I meant with RTTI. From the compiler/RTL point of view all that
/is/ RTTI (in the literal sense as "runtime type information", not the
"published properties" etc we usually understand as it).

Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20150701/f338d923/attachment.html>


More information about the fpc-pascal mailing list