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:
Ryan Kurtz
2023-10-02 11:14:05 -04:00

View File

@@ -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);
}
//==============================================================================================