« Return to Thread: [jira] Created: (RVM-791) Clean up and modularize locking

[jira] Commented: (RVM-791) Clean up and modularize locking

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View in Thread


    [ http://jira.codehaus.org/browse/RVM-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=165731#action_165731 ]

Filip Pizlo commented on RVM-791:
---------------------------------

This looks cool!  I think it is orthogonal to my code - what I'm doing is looking at different ways of doing locking under the assumption that you have a ~20 bit (or whatever the object model gives me) "lock word", which I can then interpret as being a thin lock word, a biased lock word, or whatever.  I'll proceed undaunted for now, but at some point we may end up merging.

My thinking is you'd want one package to deal with the implementation of locking (what I'm doing), and another to deal with the representation of the lock word in the object model.  These can be orthogonal, and their interaction can be limited.  Agreed?

> Clean up and modularize locking
> -------------------------------
>
>                 Key: RVM-791
>                 URL: http://jira.codehaus.org/browse/RVM-791
>             Project: RVM
>          Issue Type: Improvement
>          Components: Runtime: Threads and Concurrency
>            Reporter: Filip Pizlo
>            Assignee: Filip Pizlo
>         Attachments: NewObjectModel.tar.gz
>
>
> Currently, Jikes RVM only allows for one style of locking.  We'd like to be able to support multiple styles (eventually, it would be nice to have biased locking).  As well, the locking code crosscuts more files than it needs to, largely for historical, rather than functional, reasons.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Jikesrvm-issues mailing list
Jikesrvm-issues@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-issues

 « Return to Thread: [jira] Created: (RVM-791) Clean up and modularize locking