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

resolve: Cache module loading for all foreign modules #89239

Merged
merged 3 commits into from
Oct 2, 2021

Conversation

petrochenkov
Copy link
Contributor

@petrochenkov petrochenkov commented Sep 25, 2021

It was previously cached for modules loaded from fn get_module, but not for modules loaded from fn build_reduced_graph_for_external_crate_res.
This also makes all foreign modules use their real parent, span and expansion instead of possibly a parent/span/expansion of their reexport.
Modules are also often compared using referential equality (ptr::eq), this change makes such comparisons correct in all cases.

An ICE happening on attempt to decode expansions for foreign enums and traits is avoided.

Also local enums and traits are now added to the module map.

Follow up to #88872.
r? @cjgillot

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 25, 2021
@petrochenkov
Copy link
Contributor Author

@bors try @rust-timer queue

@rust-timer
Copy link
Collaborator

Awaiting bors try build completion.

@rustbot label: +S-waiting-on-perf

@rustbot rustbot added the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Sep 25, 2021
@bors
Copy link
Collaborator

bors commented Sep 25, 2021

⌛ Trying commit 3540ab1b57946e30e9819a2ae728097f570ffa98 with merge 46cc8acbde83e77d3533062bd987267715fc05eb...

@petrochenkov petrochenkov removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 25, 2021
@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Collaborator

bors commented Sep 25, 2021

☀️ Try build successful - checks-actions
Build commit: 46cc8acbde83e77d3533062bd987267715fc05eb (46cc8acbde83e77d3533062bd987267715fc05eb)

@rust-timer
Copy link
Collaborator

Queued 46cc8acbde83e77d3533062bd987267715fc05eb with parent 7342213, future comparison URL.

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (46cc8acbde83e77d3533062bd987267715fc05eb): comparison url.

Summary: This change led to large relevant regressions 😿 in compiler performance.

  • Large regression in instruction counts (up to 2.0% on incr-unchanged builds of webrender-wrench)

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR led to changes in compiler perf.

Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @rustbot label: +perf-regression-triaged along with sufficient written justification. If you cannot justify the regressions please fix the regressions and do another perf run. If the next run shows neutral or positive results, the label will be automatically removed.

@bors rollup=never
@rustbot label: +S-waiting-on-review -S-waiting-on-perf +perf-regression

@rustbot rustbot added perf-regression Performance regression. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-perf Status: Waiting on a perf run to be completed. labels Sep 25, 2021
@petrochenkov
Copy link
Contributor Author

This also makes all foreign modules use their real parent, span and expansion instead of possibly a parent/span/expansion of their reexport.

This is a correctness fix (for macros 2.0, I'll try to add a test case, e.g. with a macro 2.0 using super), but it does require decoding more in some cases.

The largest regression (webrender-wrench-check) is due to a larger number of the type_of query invocations, so it's either spurious, or is a result of some larger number of incremental invalidations due to the correctness fix above.
Other regressions are under 0.7%.

@petrochenkov petrochenkov added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 25, 2021
@petrochenkov petrochenkov added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Sep 26, 2021
@petrochenkov
Copy link
Contributor Author

Updated.

@cjgillot
Copy link
Contributor

@bors try @rust-timer queue

@rust-timer
Copy link
Collaborator

Awaiting bors try build completion.

@rustbot label: +S-waiting-on-perf

@rustbot rustbot added the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Sep 26, 2021
@bors
Copy link
Collaborator

bors commented Sep 26, 2021

⌛ Trying commit bfc2b31a4ee5890829adfc7c260ee39cbd0c749f with merge 6e3cd17ee9b9b29b92ebe126cd606f7adb0e7307...

@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Collaborator

bors commented Sep 26, 2021

☀️ Try build successful - checks-actions
Build commit: 6e3cd17ee9b9b29b92ebe126cd606f7adb0e7307 (6e3cd17ee9b9b29b92ebe126cd606f7adb0e7307)

@rust-timer
Copy link
Collaborator

Queued 6e3cd17ee9b9b29b92ebe126cd606f7adb0e7307 with parent ac8dd1b, future comparison URL.

@bors
Copy link
Collaborator

bors commented Oct 2, 2021

📌 Commit a0d70bd224f0510cea6b0be6c2d0d276d17af5d9 has been approved by cjgillot

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 2, 2021
@bors
Copy link
Collaborator

bors commented Oct 2, 2021

⌛ Testing commit a0d70bd224f0510cea6b0be6c2d0d276d17af5d9 with merge 59f8b8d94bffcbd19f5c39f823c9f970f823bfac...

@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Collaborator

bors commented Oct 2, 2021

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Oct 2, 2021
@petrochenkov petrochenkov added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 2, 2021
It was previously cached for modules loaded from `fn get_module`, but not for modules loaded from `fn build_reduced_graph_for_external_crate_res`.
This also makes all foreign modules use their real parent, span and expansion instead of possibly a parent/span/expansion of their reexport.

An ICE happening on attempt to decode expansions for foreign enums and traits is avoided.

Also local enums and traits are now added to the module map.
It makes all block modules identical during comparison
@petrochenkov
Copy link
Contributor Author

@bors r=cjgillot

@bors
Copy link
Collaborator

bors commented Oct 2, 2021

📌 Commit d7d0765 has been approved by cjgillot

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 2, 2021
@bors
Copy link
Collaborator

bors commented Oct 2, 2021

⌛ Testing commit d7d0765 with merge d14731c...

@bors
Copy link
Collaborator

bors commented Oct 2, 2021

☀️ Test successful - checks-actions
Approved by: cjgillot
Pushing d14731c to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Oct 2, 2021
@bors bors merged commit d14731c into rust-lang:master Oct 2, 2021
@rustbot rustbot added this to the 1.57.0 milestone Oct 2, 2021
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (d14731c): comparison url.

Summary: This benchmark run did not return any relevant changes.

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

@rustbot label: -perf-regression

@rustbot rustbot removed the perf-regression Performance regression. label Oct 2, 2021
@Mark-Simulacrum
Copy link
Member

This corrects behaviour for macros 2.0 and avoids an ICE, so a .7% regression seems acceptable.

@rustbot label +perf-regression-triaged

@rustbot rustbot added the perf-regression-triaged The performance regression has been triaged. label Oct 5, 2021
@petrochenkov petrochenkov deleted the modcache branch February 22, 2025 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. perf-regression-triaged The performance regression has been triaged. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants