Mastering the Abstract Machine: Essential Concepts for C++ Developers πŸš€

Revisit the fundamentals of the Abstract Machine with Bob Steagall at CppCon 2020. Enhance your understanding of core C++ concepts and improve your coding skills. Watch now!

Mastering the Abstract Machine: Essential Concepts for C++ Developers πŸš€
CppCon
63.8K views β€’ Sep 22, 2020
Mastering the Abstract Machine: Essential Concepts for C++ Developers πŸš€

About this video

https://cppcon.org/
https://github.com/CppCon/CppCon2020/blob/main/Presentations/back_to_basics_the_abstract_machine/back_to_basics_the_abstract_machine__bob_steagall__cppcon_2020.pdf
---
The compilation of every C++ program is controlled by a little-known device that remains mysterious, or even unknown, to many programmers: the C++ abstract machine. When a program is compiled, the abstract machine constructs and expresses the compiler's "mental model" of that program. It is responsible for enforcing all of the rules governing C++ programs, and ensuring that programs execute properly when those rules are observed. What's more, the abstract machine is often quite different from the physical machine, and the difference between the two can be confusing at first.

The goal of this talk is to provide an introduction to the C++ abstract machine and describe its relationship to the C++ language, how it influences the way we think about coding in C++, and its relationship to the underlying hardware upon which C++ programs execute. If you were previously unaware of the abstract machine, or have only a vague notion of what it is, then this talk is for you. Attendees will leave this session with a basic understanding of what the abstract machine is, its conception of memory, its relationship to hardware, undefined/unspecified/implementation-defined/observable behavior, and the "as-if" rule.

---
Bob Steagall
Chief Cook and Bottle Washer, KEWB Computing

---
Streamed & Edited by Digital Medium Ltd - events.digital-medium.co.uk
events@digital-medium.co.uk

*-----*
Register Now For CppCon 2022: https://cppcon.org/registration/
*-----*

Tags and Topics

Browse our collection to discover more content in these categories.

Video Information

Views

63.8K

Likes

973

Duration

57:07

Published

Sep 22, 2020

User Reviews

4.6
(12)
Rate:

Related Trending Topics

LIVE TRENDS

Related trending topics. Click any trend to explore more videos.