Beyond the Type System -- Lucian Radu Teodorescu
Ever wondered how the compiler generates code for your types?
Beyond the Type System
by Lucian Radu Teodorescu
From the article:
Often when we consider a type system we think about a complex formalism to denote the semantics of a language. Languages typically add features by increasing the complexity of the type system.
But there is also another perspective on the type system: how does the generated code look like? what is the ABI for the code that uses different features of the type system? We’ll try to explore this perspective in this blog post.

Have you registered for CppCon 2018 in September?
It's getting closer.
Note: Three days left to register for CppCon 2018 at the Early Bird discounted rate.