Il 11/03/2012 02:49, Michael Tokarev ha scritto: > Rename do_sendv_recvv() to qemu_sendv_recvv(), > change its last arg (do_send) from int to bool, > export it in qemu-common.h, and made the two > callers of it (qemu_sendv() and qemu_recvv()) > to be trivial #defines just adding 5th arg.
GCC is smart and knows how to do tail calls in many cases. Thus, I don't see very much the point of this patch. Paolo