-
Notifications
You must be signed in to change notification settings - Fork 5.5k
[cdac] x86: implement IGCInfoDecoder.EnumerateLiveSlots; unblock GCRoots stackref tests #129547
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
1692fbe
[cdac] x86: implement IGCInfoDecoder.EnumerateLiveSlots; unblock GCRo…
687b4f6
docs: move GCInfo.md x86 details to dedicated section
4fdd75d
[cdac] x86 GetInterruptibleRanges: implement properly + correct doc
cb82b21
[cdac] Rename x86 GCInfo.cs to X86GCInfo.cs to match the class name
e93d40b
[cdac] x86 VarPtr-tracked locals: pass through both interior and pinn…
ed26cee
[cdac] x86 GCTransition: store isThis/iptr in transition ctors
5ec697e
[cdac] x86 GcArgTable: fix curOffs scope in GetTransitionsEbpFrame
53be78a
[cdac] x86 EnumerateLiveSlots: stress-test correctness fixes
a899035
[cdac] x86 EnumerateLiveSlots: handle ParentOfFuncletStackFrame and A…
be6863e
[cdac] x86 GCInfo: trim native code references and document Enumerate…
a11403b
[cdac] x86 GCInfo: keep file name as GCInfo.cs
b1efe0b
[cdac] GCInfo.md: x86 EnumerateLiveSlots and GetInterruptibleRanges a…
90fc47c
[cdac] GCInfo.md: keep x86 specifics confined to the x86 specifics se…
03af067
[cdac] GCInfo.md: drop x86 Supported APIs table
f895e3c
[cdac] x86 GcArgTable: drop redundant curOffs scope comment
9b4a17b
[cdac] DumpTests.targets: drop local-dev DebuggeeFilter property
eb136dc
[cdac] x86 GCInfo: address PR review feedback
49fd924
[cdac] x86 GcArgTable: emit negative stack-depth delta at partial-int…
9da24a4
[cdac] x86 ApplyPointerTransition: respect IsPtr=false on non-pointer…
a434af6
Merge branch 'main' of https://github.com/dotnet/runtime into cdac-x8…
1e9044e
[cdac] runtime-diagnostics pipeline: add windows_x86 to cDAC stress t…
4912495
[cdac] x86 EnumerateLiveSlots: bias ESP-frame untracked/VarPtr slots …
67213d8
[cdac] x86 ScanDynamicHelperFrame: swap ObjectArg / ObjectArg2 offsets
1326374
[cdac] x86 GCInfo: address PR review feedback round 2
c9534e5
[cdac] x86 stress fixes uncovered by Helix CI
bc1e143
[cdac] x86 GCRefMap: use OffsetOfArgs for stack-arg positions
017b1fc
[cdac] Document known x86 stress flake (#129545/#129546 GC hole)
9f800b0
[cdac] x86 stress flake doc: correct attribution (not #129545/#129546)
a941c32
[cdac] x86 GCArgTable: case 0xFB code-delta is += not =
18efd15
[cdac] x86 GCArgTable: don't emit spurious call for 'this-pointer' tag
c0d21cc
[cdac] GCInfo.md: refresh x86 specifics for recent decoder fixes
31a6f43
[cdac] x86 stack-walker: compute cbStackPop in transition Frames
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
Some comments aren't visible on the classic Files Changed page.
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
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.