Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --preserve-unused-functions #291

Merged

Commits on Sep 15, 2020

  1. Add --preserve-unused-functions

    to keep otherwise pruned static / inline functions.
    
    Closes: immunant#287
    chrysn committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    3b61146 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73d503e View commit details
    Browse the repository at this point in the history
  3. prune_unused_decls: Rename to unwanted

    The criterion for whether it is desired for an item to be transpiled
    have been broadened to possibly preserve unused functions as well. Thus,
    the "unused" name part has been replaced with "unwanted", which
    traditionally means unused but, in other configurations, can mean
    "unused but not a function" now as well.
    chrysn committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    25d3e11 View commit details
    Browse the repository at this point in the history