Y
Hacker News
new
|
ask
|
show
|
jobs
by
lionkor
110 days ago
C# has `stackalloc`
1 comments
bertylicious
110 days ago
But that requires an explicit declaration and isn't done automatically under the hood, or am I missing something?
link
Smaug123
110 days ago
The JIT does this automatically in some cases as of .NET 10 (
https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotn...
).
link