Ivo Steinmann wrote:

but one thing would be nice to have. A compiler switch and/or built in
function to check wheter a symbol is used or not. With this information
is easy to implement "smart loading".

The problem is that when compiling a unit, you never know which symbols will be used in the program and which will be not. It only becomes known at the linking stage.

Sergei
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to