Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize Class Load Checks #28

Open
dz333 opened this issue Aug 22, 2018 · 0 comments
Open

Optimize Class Load Checks #28

dz333 opened this issue Aug 22, 2018 · 0 comments

Comments

@dz333
Copy link
Collaborator

dz333 commented Aug 22, 2018

Class Load checks are dynamically inserted wherever necessary (e.g. before accessing a static variable); however this does actually lead to many redundant class load checks.

Some of these checks are obviously redundant and should be eliminated. In some methods and constructors there are multiple class load checks for the same class. For example a function that simply delegates to another function may still have class load checks that will certainly be made by the delegate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant