In this group session, you will explore how *C* code is translated into assembly language across different architectures and compilers. By understanding the assembly output, you will gain insights into how different optimizations, data types, and architectures affect code execution.
In this group session, you will explore how **C** code is translated into assembly language across different architectures and compilers. By understanding the assembly output, you will gain insights into how different optimizations, data types, and architectures affect code execution.
## Preliminaries
Compiler explorer can be found here: https://godbolt.org/