Commit 149c77b
Address review feedback: fix docs, remove dead code, use helper
- Fix BaseRegister XML doc: describe as stack base kind (0/1/2), not
a CPU register number
- Use RegMaskToRegisterNumber helper in x86 GetHeader instead of
hard-coded register numbers
- Remove unused GetStackBaseRegister/GetSizeOfStackParameterArea
public methods from GcInfoDecoder (callers use GetHeader)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent badd398 commit 149c77b
3 files changed
Lines changed: 2 additions & 14 deletions
File tree
- src/native/managed/cdac
- Microsoft.Diagnostics.DataContractReader.Abstractions/Contracts
- Microsoft.Diagnostics.DataContractReader.Contracts/Contracts/GCInfo
- X86
src/native/managed/cdac/Microsoft.Diagnostics.DataContractReader.Abstractions/Contracts/IGCInfo.cs
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | 558 | | |
571 | 559 | | |
572 | 560 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
821 | 821 | | |
822 | 822 | | |
823 | 823 | | |
824 | | - | |
| 824 | + | |
825 | 825 | | |
826 | 826 | | |
827 | 827 | | |
| |||
0 commit comments