Recaf
Recaf copied to clipboard
Optimize phantom class generation
Phantom class generation optimization
Instead of creating all the phantom classes for all the classes in the primary input, we should instead only generate what is necessary for simple operations.
Example:
- Recompiling a class will only analyze the phantom classes needed for that class
- Opening a method in the assembler will analyze the phantom classes needed only for that method