-
Notifications
You must be signed in to change notification settings - Fork 872
Fix recursive inline member ordering in optimizer #20111
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
Open
majocha
wants to merge
45
commits into
dotnet:main
Choose a base branch
from
majocha:fix-20085
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
6c25d66
Add regression repro for parallel cross-assembly inline overloads
majocha 54b5fbe
Add regression test for parallel cross-assembly inline overloads
majocha 3f5f34c
tighten the regression fixture
majocha fd22df9
add sequential repro
majocha f7e7e9e
Generalize recursive inline member ordering fix
majocha a942862
Fix quoted args in fsc subprocess tests
majocha d4dc94b
Update emitted IL baselines
majocha 78b0011
add comments
majocha 0d8eceb
Revert "Fix quoted args in fsc subprocess tests"
majocha 66fee1d
Simplify recursive inline member regression tests
majocha 1a09b70
simplify tests
majocha 79ce76a
Add recursive inline member regression coverage
majocha d1b02eb
Handle trait-witness inline regression
majocha 492a850
Fix optimizer ordering regressions
majocha 7a1f5da
Fix inline member optimization ordering
majocha 7eed09a
Restore recursive optimizer dependency ordering
majocha 5d57c2e
Update AOT trimming size baselines
majocha 23213a0
Clarify recursive inline release note
majocha f1c0776
Merge branch 'main' into fix-20085
majocha 00f9f28
Merge branch 'main' into fix-20085
majocha 7bfd44a
cross assembly repro
majocha 7cddf24
Revert "cross assembly repro"
majocha 65a188e
Remove unrelated cross-assembly regression
majocha 1673a1f
Merge branch 'main' into fix-20085
majocha 0f4d469
Merge branch 'main' into fix-20085
majocha f41fc0e
Merge branch 'main' into fix-20085
majocha e941879
Merge branch 'main' into fix-20085
majocha 279591e
merge main
majocha c446f77
Fix recursive inline dependency ordering
majocha df3c2a6
Merge remote-tracking branch 'dotnet/main' into majocha-fix-review-fi…
majocha 8091163
Use stack guard for dependency traversal
majocha 317c267
Update AOT trimming size baseline
majocha 8920977
Merge branch 'main' into fix-20085
majocha d6e7cb7
Merge branch 'main' into fix-20085
majocha eba8624
Merge branch 'main' into fix-20085
majocha 6bad483
Merge branch 'main' into fix-20085
majocha 0cf8b73
Merge branch 'main' into fix-20085
majocha b82a38b
Address review: array scatter for source order, extract TopologicalPo…
majocha 69200cc
Factor reorder into OptimizeInDependencyOrder, document optimizing=fa…
majocha a667944
Merge branch 'main' into fix-20085
majocha 1c260f8
Add failing regression tests: nested module disables rec-group inline…
majocha 6ef18e3
Extend rec-group inline reorder to groups containing nested modules
majocha 7d9255b
add another test
majocha 3930218
Merge branch 'main' into fix-20085
majocha 13375d7
refactor
majocha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.