« Return to Thread: [jira] Created: (RVM-821) Move the system to use address-based hashing exclusively

[jira] Commented: (RVM-821) Move the system to use address-based hashing exclusively

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

Reply to Author | View in Thread


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

Filip Pizlo commented on RVM-821:
---------------------------------

Correction to the above:

This is a proposal; I won't do it if I hear disapproval. Moving to a system that uses address-based hashing exclusively would simplify a great many things. The fact that the alternative, using pre-reserved hash bits, is statically disabled and (to my knowledge) not regression tested implies that even if it still works today it may not work after any number of other changes are made to the system. Additionally, when using hash-bits, we get a fairly small hash code which may not be suitable for lots of applications. Thus, I propose to remove all hash-bits code and move to a system that uses address-based hashing exclusively.


> Move the system to use address-based hashing exclusively
> --------------------------------------------------------
>
>                 Key: RVM-821
>                 URL: http://jira.codehaus.org/browse/RVM-821
>             Project: RVM
>          Issue Type: Improvement
>          Components: Runtime: Object Model
>            Reporter: Filip Pizlo
>            Assignee: Filip Pizlo
>
> This is a proposal; I won't do it if I hear disapproval.  Moving to a system that uses address-based hashing exclusively would simplify a great many things.  The fact that it's statically enabled in the code and (to my knowledge) not regression tested implies that even if it still works today it may not work after any number of other changes are made to the system.  Additionally, when not using address-based hashing, we get a fairly small hash code which may not be suitable for lots of applications.  Thus, I propose to remove all hash-bits code and move to a system that uses address-based hashing exclusively.

--
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

       

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Jikesrvm-issues mailing list
Jikesrvm-issues@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-issues

 « Return to Thread: [jira] Created: (RVM-821) Move the system to use address-based hashing exclusively