← Back to context Comment by lionkor 2 days ago C# has `stackalloc` 2 comments lionkor Reply bertylicious 2 days ago But that requires an explicit declaration and isn't done automatically under the hood, or am I missing something? Smaug123 2 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...).
bertylicious 2 days ago But that requires an explicit declaration and isn't done automatically under the hood, or am I missing something? Smaug123 2 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...).
Smaug123 2 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...).
But that requires an explicit declaration and isn't done automatically under the hood, or am I missing something?
The JIT does this automatically in some cases as of .NET 10 (https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotn...).