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

Simplify description of the SList data structure #100107

Closed

Conversation

davidwrighton
Copy link
Member

  • Remove the fields from the templated type, so the field offsets used within the type are always constant and defined by a non-templated structure (See usage of SListBase)
  • Remove unused feature of SList, where the field present in the walkable structure can be configured to not be called m_Link

- Remove the fields from the templated type, so the field offsets used within the type are always constant and defined by a non-templated structure (See usage of SListBase)
- Remove unused feature of SList, where the field present in the walkable structure can be configured to not be called m_Link
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Mar 21, 2024
davidwrighton added a commit to davidwrighton/runtime that referenced this pull request Mar 21, 2024
- To start, I've added the contracts for iterating the thread list and gathering information about individual threads
- Note that this algorithmic description is paired with a simplification of the SList data structure
  - See PR dotnet#100107
davidwrighton added a commit that referenced this pull request Mar 23, 2024
…#99936)

* Initial spec for the meaning and relationships between data contracts

* Adjust to feedback

* actually inclde the new spec in the new location

* Merge in Jan's preamble

* Add total type size to the layout info.

* Add example algorithmic contracts
- To start, I've added the contracts for iterating the thread list and gathering information about individual threads
- Note that this algorithmic description is paired with a simplification of the SList data structure
  - See PR #100107

* Tweaks to some of the algorithms as suggested by Jan
@am11 am11 added area-VM-coreclr and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Apr 6, 2024
Copy link
Contributor

Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it.

@github-actions github-actions bot locked and limited conversation to collaborators Jun 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants