PPU LLVM: add MemoryManager3

For temporary allocations.
Add flags in jit_compiler constructor.
This commit is contained in:
Nekotekina 2019-03-18 19:24:55 +03:00
parent 466d58ccef
commit 849411693a
3 changed files with 70 additions and 6 deletions

View file

@ -128,7 +128,7 @@ class jit_compiler final
std::string m_cpu;
public:
jit_compiler(const std::unordered_map<std::string, u64>& _link, const std::string& _cpu, bool large = false);
jit_compiler(const std::unordered_map<std::string, u64>& _link, const std::string& _cpu, u32 flags = 0);
~jit_compiler();
// Get LLVM context