> I'm writing a program that semi-automatically reviews itself. Among 
> other parameters used to evaluate the quality of a given version, I use 
> the size of it's executable file. Though meaningful and even a small 
> performance issue, this parameter is very coarse-grained. Does 
> Freepascal invent any granularity by allocating code or constant data in 
> some kind of pages? Or is this a pure linker problem? (linux ld, sorry 
> if off-topic).

It's ld.

a.out typically has 2048 byte granularity, ELF 4096 afaik.

_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to