[fpc-pascal] Size of program vs library ?
Sven Barth
pascaldragon at googlemail.com
Sat Jan 14 19:18:47 CET 2017
On 14.01.2017 17:18, fredvs wrote:
>>> Sorry to insist on that, but the size of fp library is very too big vs
> other libraries (C for example).
>
>> The size of FPC libraries will always(*) be bigger then e.g. C ones,
>> because in FPC the RTL is statically linked into the program/library,
>> while C libraries link against the C runtime library.
>
>> (*) Once dynamic runtime packages are supported this might change
>> though...
>
>> Regards,
>> Sven
>
> Hello.
>
> This is a old topic but maybe there are some news...
>
> Are dynamic runtime packages supported yet ?
No, they're still WIP.
Regards,
Sven
More information about the fpc-pascal
mailing list