Issue Details (XML | Word | Printable)

Key: RVM-516
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Ian Rogers
Reporter: Ian Rogers
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RVM

Infer pure methods through compiler and bytecode analysis

Created: 27/May/08 10:08 AM   Updated: 10/Jul/08 08:11 AM
Component/s: Compiler: Optimizing
Affects Version/s: None
Fix Version/s: 3.1

Time Tracking:
Not Specified


 Description  « Hide
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%.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.