1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Construct location table during disassembly.

This commit is contained in:
Bartosz Taudul
2020-05-09 14:58:06 +02:00
parent 281f13f4c3
commit 0de39a1d33
2 changed files with 15 additions and 13 deletions
+1
View File
@@ -206,6 +206,7 @@ private:
std::vector<Line> m_lines;
std::vector<AsmLine> m_asm;
unordered_flat_map<uint64_t, uint32_t> m_locMap;
unordered_flat_map<uint64_t, JumpData> m_jumpTable;
unordered_flat_set<uint64_t> m_jumpOut;
int m_maxJumpLevel;