Construct CFG from execution traces

This commit is contained in:
S Gopal Rajagopal 2014-11-05 01:01:20 +05:30
parent 7846fa5829
commit 7c3c5ae08e
3 changed files with 354 additions and 279 deletions

View file

@ -33,6 +33,7 @@
#include <functional>
#include <algorithm>
#include <random>
#include <unordered_set>
#include <sys/stat.h>
#include "Utilities/GNU.h"