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

InlineArray design spec/doc #108044

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

InlineArray design spec/doc #108044

wants to merge 10 commits into from

Conversation

VSadov
Copy link
Member

@VSadov VSadov commented Sep 20, 2024

Fixes: #91012

  • Convert the proposal into a document and move to appropriate place.
  • Add some info about layout of the inline array instance (i.e. pointer to the entire struct and to the first element are equal,...)
  • Add a note on readonly element. This has no special semantics and as such unsupported, not recommended.
  • Add a note on the max size of an instance.

@VSadov VSadov added the documentation Documentation bug or enhancement, does not impact product or test code label Sep 20, 2024
@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 Sep 20, 2024
@VSadov
Copy link
Member Author

VSadov commented Sep 20, 2024

CC: @mangod9 @jkotas @MichalStrehovsky @lambdageek - since you've had interest or contributed to this in the past

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation bug or enhancement, does not impact product or test code needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InlineArray documentation tracking
2 participants