[WIP] Implement portable tailcall helpers by jakobbotsch · Pull Request #26418 · dotnet/coreclr Implement the portable tailcall helpers described in https://github.com/dotnet/coreclr/blob/master/Documentation/design-docs/tailcalls-with-helpers.md with a few variations. Stubs EH clause ...
Implement struct marshalling via IL Stubs instead of via FieldMarshalers by jkoritzinsky · Pull Request #26340 · dotnet/coreclr Currently, our system for marshalling fields of structures between managed and native code is completely separate from our system for marshalling parameters or return values, even though most of th...
Cascadia Code | Windows Command Line Cascadia Code is finally here! You can install it directly from the GitHub repository’s releases page or automatically receive it in the next update of Windows Terminal. Wait, what’s Cascadia Code? Cascadia Code was announced this past May at Microsoft’s ...
Disable nop padding in R2R images and remove jumpstamps from the runtime by davmason · Pull Request #26740 · dotnet/coreclr This is still a work in progress, there are some failing tests and I still need to run perf tests on it, but I want to get eyes on it as early as possible. This change does three things: Remove no...
Miles 10 Titanfall 2 Replay Demo This is a short video demonstrating the replay functionality of Miles 10! During the game, a file is saved to disc, capturing all input from the game to the Miles runtime. Miles Studio lets you replay these files, which is great for bug reproducing and i...
gRPC and C# 8 Async stream gRPC and its idea to describe an API in a standardized file, which can generate both client and server code to interact in different languages is a compelling idea.In this post, I would like to have a
What is the fastest way to do Array Table Lookup with an Integer Index? I have a video processing application that moves a lot of data. To speed things up, I have made a lookup table, as many calculations in essence only need to be calculated one time and can be reus...
Prague .NET Meetup with Maoni Stephens [ENG] Experimental stream/video from the .NET meetup with the Garbage Collector (GC) architect Maoni Stephens in Prague, Czech Republic. [0:16] Introduction and talk start [57:08] First Q&A [1:20:23] Panel discusion start
dotnet/roslyn The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs. - dotnet/roslyn
Noita Gameplay - Explaining what every pixel is simulated means Hi, in this video I play some Noita and at the same time try to explain what it means that
A Cancel Culture Glossary Every day, I check my twitter feed, and sure enough, every day, it greets me with another Cancelling. A Cancelling is, generally speaking, any time people on the internet join together to express negative emotions and opinions about someone or something. ...
dotnet pack creates odd dates in package using version 3.0.100-preview9-014004 · Issue #3388 · dotnet/core dotnet pack creates odd dates in package using version 3.0.100-preview9-014004 After switching to the version listed above our nuget packages started having very strange dates. The first date that ...