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

[core] ACLiC: speed up building / loading: #8017

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 4, 2021

  1. [core] ACLiC: speed up building / loading:

    When loading an existing ACLiC library, and if we expect it
    to contain the dependencies (explicit linking), just load it,
    instead of trying to (re-)determine its dependencies from its
    undefined symbols: the outcome should be just the library
    dependencies we expect the library to know already.
    
    For the (rare) non-explicit-linking case, continue to find and
    load all dependent libraries. Way slower, but also way rarer.
    Axel-Naumann committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    9595cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed10012 View commit details
    Browse the repository at this point in the history