mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
[decompiler] performance improvements in extraction (#1309)
* small speedups to extractor * faster extraction
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user