PPU LLVM: add MemoryManager3
For temporary allocations. Add flags in jit_compiler constructor.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user