And even there futexes are (a) faster and (b) smaller than SYSVIPC. So
assuming you ever want threading in an embedded world (not unlikely at
all, since things like DVD playback etc are mostly done with threads), you
want futexes.
> Presumably the people who are programming such gadgets will know if they
> need futexes or not.
Yes. We can make tit a CONFIG option, and then force it to always be "y"
in the .config file. And then the people who really know and really care
can turn the "y" to a "n".
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/