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

Split cache priming into distinct phases #19084

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Feb 3, 2025

We want the DefMap's to be computed ASAP, but for local packages we compute the import map (and the even more expensive symbol index) which would delay the def map computation of local leaf crates by a fair bit, so instead we do the def maps first in an initial phase, then follow up on the other indices in a second one.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 3, 2025
@Veykril Veykril enabled auto-merge February 3, 2025 10:08
@Veykril Veykril added this pull request to the merge queue Feb 4, 2025
Merged via the queue into rust-lang:master with commit 0fd4fc3 Feb 4, 2025
9 checks passed
@Veykril Veykril deleted the push-muworpzpzqup branch February 4, 2025 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants