SW StudyWalks

Computer Science  /  CS 0197  ·  Atom · ~20 seconds

Compile, Link, Run

Video not yet published
to the StudyWalks catalog
State

A built program passes through stages: compilation translates source, and linking collects and combines the compiled pieces into a single executable file loadable into memory.

Show

One command on a developer's machine quietly runs the whole pipeline end to end.

Watch for

The stages exist even when one command hides them.