You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
warnings.log.zip
The text was updated successfully, but these errors were encountered: