[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] reachable top-level functions and variables
From: |
Marc Feeley |
Subject: |
Re: [Chicken-users] reachable top-level functions and variables |
Date: |
Thu, 13 Jul 2017 04:20:09 -0400 |
Have you tried the declaration (optimize-dead-definitions) in Gambit? There’s
also the -report compiler option.
Marc
> On Jul 12, 2017, at 1:56 PM, Sven Hartrumpf <address@hidden> wrote:
>
> Hi all.
>
> I am looking for a compiler option that will produce output
> that could give me a start for determining a list of reachable
> top-level functions/variables. I have tried other compilers but they
> tend to deliver too many false positives for complex programs.
>
> Ciao
> Sven
>
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/chicken-users
Re: [Chicken-users] reachable top-level functions and variables, Mario Domenech Goulart, 2017/07/13
Re: [Chicken-users] reachable top-level functions and variables,
Marc Feeley <=