[fpc-pascal] Optimizing code generation fpc (lazarus)?
Michael Van Canneyt
michael at freepascal.org
Sun May 17 12:51:35 CEST 2020
On Sun, 17 May 2020, Bo Berglund via fpc-pascal wrote:
>
> ADDING ANOTHER QUESTION:
> ------------------------
> Is there a way to find out which functions in a particular unit are
> called from the other units in the project?
> Sort of an expanded list of "dependencies"...
The lazarus IDE can give you this information.
It can be that you need the cody package installed, but this is how it works:
Click right on the function declaration/implementation,
select 'find' and then 'Find identifier references'.
The IDE will then show you where a particular function is used.
Michael.
More information about the fpc-pascal
mailing list