Login
Roast topics
Find topics
Find it!
From:
Performance is a Feature!
(Uncensored)
subscribe
Lowering in the C# Compiler (and what happens when you misuse it)
http://www.mattwarren.org/2017/05/25/Lowering-in-the-C-Compiler/
links
backlinks
Tagged with:
open source
c#
roslyn
Roast topics
Find topics
Roast it!
Turns out that what I’d always thought of as “Compiler magic” or “Syntactic sugar” is actually known by the technical term ‘Lowering’ and the C# compiler (a.k.a Roslyn) uses it extensively.