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

Notify dependency table at method queue time #20711

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 29, 2024

  1. Notify dependency table at method queue time

    Currently, methods with unsatisfied dependencies may still have loads
    attempted for them. This can happen if their counts reach zero very
    quickly. Since this is the case, methods that are about to be queued for
    compilation no longer need to be tracked in the method dependency table.
    
    Signed-off-by: Christian Despres <[email protected]>
    cjjdespres committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9d4c253 View commit details
    Browse the repository at this point in the history