mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
Merge remote-tracking branch 'origin/GP-3890_ghizard_Fix_PDB_memory_performance_issue_caused_in_10.4_deferred_function_processing' into patch
This commit is contained in:
@@ -555,6 +555,7 @@ public class DefaultPdbApplicator implements PdbApplicator {
|
||||
* Returns the TaskMonitor
|
||||
* @return the monitor
|
||||
*/
|
||||
@Override
|
||||
public TaskMonitor getMonitor() {
|
||||
return pdb.getMonitor();
|
||||
}
|
||||
@@ -951,7 +952,7 @@ public class DefaultPdbApplicator implements PdbApplicator {
|
||||
// Not using normalized address is OK, as we should have already set the context and
|
||||
// used the normalized address when creating the one-byte function
|
||||
disassembleAddresses.add(applier.getAddress());
|
||||
deferredFunctionWorkAppliers.add(applier);
|
||||
//deferredFunctionWorkAppliers.add(applier);
|
||||
}
|
||||
|
||||
//==============================================================================================
|
||||
|
||||
Reference in New Issue
Block a user