« Return to Thread: [jira] Created: (RVM-341) Improved copying in VM_Memory

[jira] Created: (RVM-341) Improved copying in VM_Memory

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

Reply to Author | View in Thread

Improved copying in VM_Memory
-----------------------------

                 Key: RVM-341
                 URL: http://jira.codehaus.org/browse/RVM-341
             Project: RVM
          Issue Type: Improvement
          Components: Runtime
            Reporter: Ian Rogers
             Fix For: 2.9.3


r13857 improved memory copying for Intel with SSE2 so that we used 64bit copies rather than 32bit copies. This gave a large number of speed ups:

http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx32.anu.edu.au/perf/1790/performance_report

most notably on SpecJBB 2000. There is a low-hanging fruit to improve this further, for example, by using 128bit copies and using more than 1 register to do the copying.

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

       

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Jikesrvm-issues mailing list
Jikesrvm-issues@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-issues

 « Return to Thread: [jira] Created: (RVM-341) Improved copying in VM_Memory