Skip to content
This repository has been archived by the owner on Feb 3, 2019. It is now read-only.

Track checkcasts on the stack #26

Open
arrdem opened this issue Jul 15, 2015 · 0 comments
Open

Track checkcasts on the stack #26

arrdem opened this issue Jul 15, 2015 · 0 comments

Comments

@arrdem
Copy link
Owner

arrdem commented Jul 15, 2015

As currently implented in Compiler.java, method and interface calls will be prefixed with a checkcast even if that particular property of that expression/value has already been checked. This leads to method bloat which prevents inlining although the inliner if run would realize that checks are duplicated and discard them.

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

No branches or pull requests

1 participant