Remix.run Logo
lionkor 5 hours ago

C# has `stackalloc`

bertylicious 5 hours ago | parent [-]

But that requires an explicit declaration and isn't done automatically under the hood, or am I missing something?

Smaug123 4 hours ago | parent [-]

The JIT does this automatically in some cases as of .NET 10 (https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotn...).