ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
FastMemory.h
Go to the documentation of this file.
1 
51 #include "etiss/jit/System.h"
52 #include <memory>
53 
54 namespace etiss
55 {
56 
64 std::shared_ptr<ETISS_System> createFastMemory(size_t size);
65 
66 } // namespace etiss
Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags.
Definition: Benchmark.h:53
std::shared_ptr< ETISS_System > createFastMemory(size_t size)
creates a very fast ETISS_System structure.
Definition: FastMemory.cpp:84