History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RVM-287
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Steve Blackburn
Votes: 0
Watchers: 0
Operations

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

Too many space comparison checks in GC code

Created: 05/Oct/07 04:59 PM   Updated: 10/Jul/08 08:12 AM
Component/s: MMTk
Affects Version/s: None
Fix Version/s: 3.1

Time Tracking:
Not Specified

Issue Links:
Related
 


 Description  « Hide
The addition of discontiguous spaces allows a proliferation of spaces without an unreasonable virtual memory overhead.

With the current design, the addition of each space can increase the complexity of a series of tests within MMTk. So this design is not really very scalable (see MutatorContext.getSpaceFromAllocator(), for example).

Probably the right solution involves adding a new layer of abstraction which allows spaces which share behaviors to have a common test, thereby reducing the tests.



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