Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 638 Bytes

File metadata and controls

12 lines (9 loc) · 638 Bytes

Dynamic Program Analysis

So far we have worked only with code and the results of its compilation. But when we write code it is, first and for all, to run it! And when we run code we want our programs to be correct, robust, and as fast as possible.

Let's get started!