-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#79 Implement Optimizer for inefficient Member and Array Access
- Loading branch information
1 parent
da3739f
commit bf8c3b8
Showing
7 changed files
with
22 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 0 additions & 77 deletions
77
core/src/main/java/de/mirkosertic/bytecoder/optimizer/InefficientArrayWriteOptimizer.java
This file was deleted.
Oops, something went wrong.
101 changes: 0 additions & 101 deletions
101
core/src/main/java/de/mirkosertic/bytecoder/optimizer/InefficientFieldWriteOptimizer.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,6 @@ public TypeRef resolveType() { | |
|
||
@Override | ||
public boolean isTrulyFunctional() { | ||
return false; | ||
return true; | ||
} | ||
} |