]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r235388
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 25 May 2012 15:15:25 +0000 (15:15 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 25 May 2012 15:15:25 +0000 (15:15 +0000)
commitddd887322d2aaa62f49de22d4a9e94bc9b6da64c
tree12cebde4d879d19858f88a8e9c1cbbaba3bd51ce
parent949d5d8c954b88578b8558aec514a1b573707824
MFC: r235388

- Get rid of debugging support in order to get rid of the V8-specific C
  compiler frame size used there so this whole thing is V8/V9-agnostic.
- Use 32-bit function alignment as GCC does when using UltraSPARC I or
  higher optimizations.
- Don't waste delay slots when possible.

git-svn-id: svn://svn.freebsd.org/base/stable/9@236002 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/compiler-rt/lib/sparc64/divmod.m4