New Features in the .NET 9 JIT

  Рет қаралды 4,367

dotnet

dotnet

Күн бұрын

Пікірлер: 4
@aderitosilvachannel
@aderitosilvachannel 2 ай бұрын
This is great! I would really love to know more about that thing about reference types that can be allocated on the stack. Is this predictable to the developer, so the dev can know exactly when a reference object will or will not be stored on the stack?
@neonmidnight6264
@neonmidnight6264 2 ай бұрын
If you would like this to be deterministic it is best to just use structs. Struct handling is optimized in .NET's compiler really well, so if it's something you care about - there are already excellent tools to do so.
@aderitosilvachannel
@aderitosilvachannel 2 ай бұрын
@@neonmidnight6264 Yes, I agree. But if it was possible to know if, for example, a local `StringBuilder` or a `string` in a specific function would get stored in the stack would be really cool.
@Ayalaskin
@Ayalaskin 2 ай бұрын
very good work
Performance Improvements in .NET 9
38:41
dotnet
Рет қаралды 33 М.
C++ Interoperability Within .NET
21:20
dotnet
Рет қаралды 1,8 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Deep dive on native AOT
27:47
dotnet
Рет қаралды 6 М.
04. Compilers and Interpreters [HPC in Julia]
27:47
MPAGS - High Performance Computing in Julia
Рет қаралды 634
How To Create Generics in C#, Including New Features
38:51
IAmTimCorey
Рет қаралды 54 М.
The Return of Procedural Programming - Richard Feldman
52:53
ChariotSolutions
Рет қаралды 64 М.
dotnet CLI all the things!
27:30
dotnet
Рет қаралды 1,5 М.
Simple Code, High Performance
2:50:14
Molly Rocket
Рет қаралды 280 М.
Keynote: Advent of Code, Behind the Scenes - Eric Wastl
46:01