|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (RVM-821) Move the system to use address-based hashing exclusivelyMove 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 |
|
|
[jira] Commented: (RVM-821) Move the system to use address-based hashing exclusively[ 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 |
|
|
[jira] Closed: (RVM-821) Move the system to use address-based hashing exclusively[ http://jira.codehaus.org/browse/RVM-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Pizlo closed RVM-821. --------------------------- Resolution: Not A Bug gctrace relies on not having address based hashing. I'll leave this be for now. > 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 ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ Jikesrvm-issues mailing list Jikesrvm-issues@... https://lists.sourceforge.net/lists/listinfo/jikesrvm-issues |
| Free embeddable forum powered by Nabble | Forum Help |