-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
BuildLibrary building on various platformsLibrary building on various platforms
Description
ref #33886 (comment)
We use the inline
keyword pretty liberally in our Cython extensions, with the thought that this probably improves performance. However, running GCC with -Winline
as a flag produces a ton of warnings that we aren't actually inlining things. Some of these may even do more harm than good (just a hunch, I have no expertise with inline)
I've attached warnings from a clean build on master. Not sure all of these are necessarily even just from pandas but may be worth a look for anyone interested
Metadata
Metadata
Assignees
Labels
BuildLibrary building on various platformsLibrary building on various platforms