Re: [PATCH] xHCI: Remove duplicate functions

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

 



On Fri, 28 Oct 2011, Sarah Sharp wrote:

> On Fri, Oct 28, 2011 at 05:05:58PM +0800, Andiry Xu wrote:
> > There're two static xhci_urb_to_transfer_ring() implementations in xhci.c
> > and xhci-ring.c, and they do exactly the same things.
> > 
> > Remove one of them to get rid of duplicate codes.
> 
> NAK.  There are the same functions in two separate files for performance
> reasons.  This function is used very often, and allowing it to be static
> lets the compiler optimize it.

Optimize it how?  The only optimization for static functions that I'm 
aware of is to put them inline.  But this function is sufficiently long 
and complicated that putting in inline would yield worse object code, 
not better.

Have you measured the performance difference?

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux