Re: svn commit: r230025 - head/contrib/compiler-rt/lib/sparc64

2012-01-17 Thread Ed Schouten
Hi Marius, * Marius Strobl mar...@alchemy.franken.de, 20120113 01:00: Uhm, these are V8-specific, for V9 the C compiler frame size should be 192 instead of 64 and the function alignment should be 32 instead of 4 bytes (at least with GCC and US1-optimizations enabled as we default to on

Re: svn commit: r230025 - head/contrib/compiler-rt/lib/sparc64

2012-01-17 Thread Marius Strobl
On Tue, Jan 17, 2012 at 03:55:05PM +0100, Ed Schouten wrote: Hi Marius, * Marius Strobl mar...@alchemy.franken.de, 20120113 01:00: Uhm, these are V8-specific, for V9 the C compiler frame size should be 192 instead of 64 and the function alignment should be 32 instead of 4 bytes (at least

svn commit: r230025 - head/contrib/compiler-rt/lib/sparc64

2012-01-12 Thread Ed Schouten
Author: ed Date: Thu Jan 12 17:55:22 2012 New Revision: 230025 URL: http://svn.freebsd.org/changeset/base/230025 Log: Add SPARC64 version of div/mod written in assembly. This version is similar to the code shipped with libgcc. It is based on the code from the SPARC64 architecture manual,

Re: svn commit: r230025 - head/contrib/compiler-rt/lib/sparc64

2012-01-12 Thread Marius Strobl
On Thu, Jan 12, 2012 at 05:55:22PM +, Ed Schouten wrote: Author: ed Date: Thu Jan 12 17:55:22 2012 New Revision: 230025 URL: http://svn.freebsd.org/changeset/base/230025 Log: Add SPARC64 version of div/mod written in assembly. This version is similar to the code shipped with