-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Proposal: Provide a new kind of array which is value type #729
Comments
Same problems. It's not possible to pass something of an arbitrary size on the stack. Both the caller and the callee need to agree on the size of stack memory at compile time. That renders most use cases pointless, particularly |
@HaloFour |
Fyi, work has started on stack-allocated objects. dotnet/coreclr#20251 |
I know there is already a similar issue(#713), but that issue seems to focus on
params
array orstackalloc
array. In this issue, I want to discuss more about it.[]
.params
array.Here are some examples:
The text was updated successfully, but these errors were encountered: