On Wednesday 07 July 2010 12:58, Maksym Kryzhanovskyy wrote:
> Hi Denis,
> 
> can we use the __builtin_expect function in busybox?
> In the previous patch for ifplugd it might be usefull
> (see attachment).

-       if (!G.detect_link_func) {
+       if (__builtin_expect(G.detect_link_func == NULL, 0)) {

I don't see any changes in size, only obfuscated code.
-- 
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to