Skip parsing bytecode for anonymous classes

Issue #178 new
Jesper Öqvist created an issue

Anonymous classes are not needed for doing static analysis during compilation so we could skip loading their bytecode to save time.

Comments (2)

  1. Jesper Öqvist reporter

    I did a quick check with Javac to confirm that it skips reading bytecode for anonymous classes.

  2. Log in to comment