Skip to content

Latest commit

 

History

History

3-dynamic-analysis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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!