Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/ic



> Eh ???
>     if (foo) bar(); else baz();
> will probably execute faster than:
>     (*bar_baz)();
> since the indirect jump is (IIRC) always unpredicted.

What do you have to predict on unconditional branches?

Anyway, the most major user of MI dp8390 is NE2000 and
it doesn't use inlined ones at all.
--
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index