Hi Evan.

Evan Hanson <ev...@foldling.org>, 2017-07-13 11:28:
> Hi Sven,
> 
> Have you tried `csc <filename> -analyze-only -debug d`?

No, the output could be a useful start.

> This will give you a full list of value definitions, including module
> prefixes for any identifiers bound within a module. This may not be
> precisely what you mean by "reachable", but it might be a start.

Yes, functions that can never be called from the compiled program
are still there.
Will the profile output of the compiled program (-accumulate-profile)
be a reliable filter if I avoid inlining and make
sure that all possible input cases are seen by the program?

Ciao
Sven

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to