cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c

Poul-Henning Kamp phk at phk.freebsd.dk
Tue Jul 22 13:27:06 PDT 2003


In message <20030722201918.GA1052 at athlon.pn.xcllnt.net>, Marcel Moolenaar write
s:

>I hope we can come up with a scheme that allows us to control
>inlining on a per-platform basis.

What GCC needs is the "auxillary info file" concept like the old
MW compiler had, a file where you wrote hints to the optimizer
and supressed warnings.

If I remember right you could silence warnings by file+line or
function+line, and you could specify various properties by
global_name or function+local_name.

That would allow us to keep different files for different archs...

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the cvs-src mailing list