[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] Bugfix: Don't use function pointers to inline functions
>There's code, which use inline functions on function pointers. >This is IMO a bug. I disagree - inline is a hint, not a requirement (other than one might say about __attribute__((__always_inline__)), or when functions are declared/ defined extern inline). Hence I would expect the compiler to generate out-of-line instances when addresses of the function are taken. Have you brought this up with the gcc folks? Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |