Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.9.3
-
Fix Version/s: 3.0
-
Labels:None
-
Number of attachments :
Description
r13833 introduced enumerations into the IA32 assembler, resulting in more maintainable code but a 8-10% slowdown in baseline compilation rate.
See http://jira.codehaus.org/browse/RVM-322 for performance data.
We need to get this performance back as baseline compile time can be a significant factor in startup performance of the VM on large programs. It is also a chance to discover opportunities for improving the performance of code that is using enumerations in a controlled setting that may lead to optimizations that are more generally applicable.
Activity
Ian Rogers
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Ian Rogers [ ianrogers ] |
Ian Rogers
made changes -
| Fix Version/s | 2.9.3 [ 13726 ] | |
| Fix Version/s | 2.9.4 [ 14162 ] |
Ian Rogers
made changes -
| Fix Version/s | 2.9.4 [ 14162 ] | |
| Fix Version/s | 1000 [ 14184 ] |
Ian Rogers
made changes -
| Fix Version/s | 1000 [ 14184 ] | |
| Fix Version/s | 3.0 [ 13530 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Ian Rogers
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
There are clear cases looking through the code where immutability of an array or less aggressive inlining of a @Pure method will yield a benefit.