-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix and improve pushLiteralVariable bytecode
for ClassBinding and ReadOnlyVariableBinding. The values of these two objects are readonly, so they can be directly cached in the AST. This, in turn, avoids a field read and makes SqueakProfiles redundant.
- Loading branch information
Showing
5 changed files
with
56 additions
and
121 deletions.
There are no files selected for viewing
104 changes: 0 additions & 104 deletions
104
src/de.hpi.swa.trufflesqueak/src/de/hpi/swa/trufflesqueak/nodes/SqueakProfiles.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
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
9ad0347
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Performance Report (9ad0347)
Benchmarks ran on
graalvm-ce-java11-21.3.0
.Steady (after 50 iterations)
Warmup (first 50 iterations)