Made changes so that the recompiler output may be verfied against that of the interpreter. This seems to be a better strategy for testing the recompiler. The best strategy would be to verify its output against a real PPU core but I dont have access to one.

This commit is contained in:
S Gopal Rajagopal 2014-09-15 20:03:06 +05:30
parent 791f8e3b9a
commit a4bb9eaa55
5 changed files with 714 additions and 1366 deletions

View file

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