[decompiler] performance improvements in extraction (#1309)

* small speedups to extractor

* faster extraction
This commit is contained in:
water111
2022-04-15 20:40:10 -04:00
committed by GitHub
parent 65de778b5c
commit 97dc0e14df
17 changed files with 183 additions and 70 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ class ObjectFileDB {
std::string process_game_count_file();
std::string process_game_text_files(const Config& cfg);
ObjectFileData& lookup_record(const ObjectFileRecord& rec);
const ObjectFileData& lookup_record(const ObjectFileRecord& rec) const;
DecompilerTypeSystem dts;
bool lookup_function_type(const FunctionName& name,