Recaf icon indicating copy to clipboard operation
Recaf copied to clipboard

Optimize phantom class generation

Open Col-E opened this issue 5 years ago • 0 comments

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

Col-E avatar Aug 28 '20 08:08 Col-E