mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-4515: Loading ExtensionPoints on-demand for faster startup
This commit is contained in:
parent
20f5bd9bec
commit
88c5d0a3fd
16 changed files with 546 additions and 487 deletions
|
@ -47,6 +47,7 @@ public interface AutoMapSpec extends ExtensionPoint {
|
|||
|
||||
private Private() {
|
||||
ClassSearcher.addChangeListener(classListener);
|
||||
classesChanged(null);
|
||||
}
|
||||
|
||||
private synchronized void classesChanged(ChangeEvent evt) {
|
||||
|
|
|
@ -45,6 +45,7 @@ public interface AutoReadMemorySpec extends ExtensionPoint {
|
|||
|
||||
private Private() {
|
||||
ClassSearcher.addChangeListener(classListener);
|
||||
classesChanged(null);
|
||||
}
|
||||
|
||||
private synchronized void classesChanged(ChangeEvent evt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue