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

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

2012-01-17 Thread Ed Schouten
Hi Marius, * Marius Strobl , 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 sparc64), see . However, giv

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 shippe