ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
JIT.cpp
Go to the documentation of this file.
1 
52 #include "etiss/JIT.h"
53 
54 using namespace etiss;
55 
56 JIT::JIT(std::string name) : name_(name) {}
57 
59 
60 std::string JIT::getName()
61 {
62  return name_;
63 }
JIT compiler interface definition.
JIT(std::string name)
Definition: JIT.cpp:56
std::string getName()
returns the JIT instance name previously passed to the constructor
Definition: JIT.cpp:60
virtual ~JIT()
Definition: JIT.cpp:58
std::string name_
Definition: JIT.h:100
Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags.
Definition: Benchmark.h:53