[fpc-pascal] RTTI ressource effects

Michael Van Canneyt michael at freepascal.org
Tue Apr 25 09:03:03 CEST 2006



On Tue, 25 Apr 2006, Marc Santhoff wrote:

> Hi,
>
> is there any rule of thumb how enabling RTTI will influence the speed
> and memory usage?

There is no influence on speed.

There is no influence on memory usage other than that the executable is
larger. The heap memory usage does not grow due to RTTI.

Michael.



More information about the fpc-pascal mailing list