Compiler Explorer
Compiler explorer is an great on-line tool that allows you to see a compiler generate assembly on-the-fly. It
- supports many source languages;
- supports many compiler versions (possible to see differences between versions!);
- supports compiler flags (possible to see what optimization does!)
- supports many target assembly languages.
We probably looked at it in class, but if we didn’t, feel free to
play around with it.