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

src: add addon entry point symbol cache #20759

Closed
wants to merge 1 commit into from

Commits on Jun 30, 2018

  1. src: add addon entry point symbol cache

    Determine whether the dlopen() of a certain addon is the first load of
    said addon, or if the addon had previously been loaded. This is
    accomplished by storing the addon's entry point in a set. If, upon a
    subsequent load, after determining the addon's entry point, it is found
    to already be present in the cache, then the handle returned by the
    subsequent dlopen() is closed.
    Gabriel Schulhof committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    46bbbf0 View commit details
    Browse the repository at this point in the history