
| Key: |
RVM-516
|
| Type: |
New Feature
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Ian Rogers
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
In "The Use of a Pure Method Attribute in a Dynamic Compilation Environment" to be presented at ICOOOLPS 2008, we show how we can automatically determine pure methods through bytecode and optimizing compiler analysis. Marking methods pure by analysis, saves compilation time (as the pure method is reflectively called rather than inlined and optimized) and can reduce the amount of code. This work showed a resultant speedup of 1.29%.
|
|
Description
|
In "The Use of a Pure Method Attribute in a Dynamic Compilation Environment" to be presented at ICOOOLPS 2008, we show how we can automatically determine pure methods through bytecode and optimizing compiler analysis. Marking methods pure by analysis, saves compilation time (as the pure method is reflectively called rather than inlined and optimized) and can reduce the amount of code. This work showed a resultant speedup of 1.29%. |
Show » |
| There are no comments yet on this issue.
|
|