svn commit: r187475 - head/usr.bin/make

Roman Divacky rdivacky at freebsd.org
Tue Jan 20 09:18:35 PST 2009


On Tue, Jan 20, 2009 at 05:15:12PM +0000, Roman Divacky wrote:
> Author: rdivacky
> Date: Tue Jan 20 17:15:12 2009
> New Revision: 187475
> URL: http://svn.freebsd.org/changeset/base/187475
> 
> Log:
>   Remove inlining of functions that are used mostly in different object files.
>   This gets rid of gnu89 style inlining. Also silence gcc by assigning two
>   variables NULL. This lets use to remove NO_WERROR.

does anyone know of some Makefile that is cpu intensive and not io bound?
it might make sense to turn on -finline-functions in make but it would
be nice to be able to measure the speedup (if any)...

do we have some funny stuff written bsd make ? (computation of PI or
something like that)

   roman


More information about the svn-src-all mailing list