Scott Long <[EMAIL PROTECTED]> writes:
> I've been trying to reproduce this on my local hardware, but I can't
> trigger it.

The ISP driver abuses the inline keyword.  As I told mjacob earlier,
the extensive inlining not only breaks the build, but probably hurts
performance as well.

(what gcc is complaining about, specifically, is that expanding calls
to inlined functions causes isp_target_notify() to grow by more than
100%)

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to