Move the JIT registration logic in its own file

Move the JITed function/basic-block registration logic out of the CPU
subsystem in order to add JIT registration to JITed DSP and
Video/VertexLoader code.

This necessary in order to add /tmp/perf-$pid.map support to other
JITed code as they need to write to the same file.
This commit is contained in:
Gabriel Corona
2014-10-31 20:12:54 +01:00
parent cdce5ace25
commit 9722ae2a5d
6 changed files with 138 additions and 75 deletions

View File

@ -6,6 +6,7 @@ set(SRCS BreakPoints.cpp
GekkoDisassembler.cpp
Hash.cpp
IniFile.cpp
JitRegister.cpp
MathUtil.cpp
MemArena.cpp
MemoryUtil.cpp