#include "Processor/Program.h" #include "Processor/Data_Files.h" #include "Processor/Processor.h" #include "Processor/Instruction.hpp" void Program::compute_constants() { bool debug = OnlineOptions::singleton.has_option("debug_alloc"); for (int reg_type = 0; reg_type < MAX_REG_TYPE; reg_type++) { max_reg[reg_type] = 0; max_mem[reg_type] = 0; } for (unsigned int i=0; i