What is .NET runtime aka Virtual Execution System (VES)?
5
NET runtime & C++
6
NET runtime & no-C++
7
Design fundamentals - what to share
8
Design fundamentals - JIT or interpret
9
Design fundamentals - interpreted
10
Design fundamentals - real JIT
11
Design fundamentals - Threaded code
12
Design - the metadata
13
Design - the JIT
14
When...?
15
Materials
Description:
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Grab it
Explore the concept of creating a .NET runtime in .NET itself through this NDC London 2021 conference talk. Dive into the Mobius project, a proof-of-concept endeavor that challenges conventional thinking about runtime implementation. Learn about the fundamentals of .NET runtimes, including Virtual Execution System (VES), JIT compilation, and interpreted execution. Discover the design principles behind sharing components, metadata handling, and JIT implementation in a .NET-based runtime. Gain insights into deep .NET runtime internals and understand the potential implications of this experimental approach. Follow along as the speaker discusses the challenges and possibilities of writing a .NET runtime as a .NET application, offering a unique perspective on runtime development and execution.
Mobius - Writing Your Own .NET Runtime Running on .NET Core