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

short-circuit some iterations in jl_recache_type to speed up loading of large precompiled packages #24407

Merged
merged 1 commit into from
Oct 31, 2017

Conversation

JeffBezanson
Copy link
Member

extracted from #24399

…g of large precompiled packages.

extracted from #24399
@JeffBezanson JeffBezanson added the compiler:precompilation Precompilation of modules label Oct 30, 2017
@JeffBezanson
Copy link
Member Author

Note that this does not have a large effect in general, it mainly helps protect against a bad worst case if a package has a huge number of inferred method signatures.

@JeffBezanson JeffBezanson merged commit b8d42d4 into master Oct 31, 2017
@JeffBezanson JeffBezanson deleted the jb/faster_recache_types branch October 31, 2017 15:42
ararslan pushed a commit that referenced this pull request Nov 7, 2017
…g of large precompiled packages. (#24407)

extracted from #24399

(cherry picked from commit b8d42d4)
ararslan pushed a commit that referenced this pull request Nov 8, 2017
…g of large precompiled packages. (#24407)

extracted from #24399

(cherry picked from commit b8d42d4)
ararslan pushed a commit that referenced this pull request Nov 8, 2017
…g of large precompiled packages. (#24407)

extracted from #24399

(cherry picked from commit b8d42d4)
ararslan pushed a commit that referenced this pull request Nov 8, 2017
…g of large precompiled packages. (#24407)

extracted from #24399

(cherry picked from commit b8d42d4)
ararslan pushed a commit that referenced this pull request Nov 8, 2017
…g of large precompiled packages. (#24407)

extracted from #24399

(cherry picked from commit b8d42d4)
ararslan pushed a commit that referenced this pull request Nov 9, 2017
…g of large precompiled packages. (#24407)

extracted from #24399

(cherry picked from commit b8d42d4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:precompilation Precompilation of modules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants