Describe the enhancement requested
While working on some optimizations I noticed I needed to explicitly force inlining to prevent performance regressions, but ARROW_FORCE_INLINE is currently not defined for non-MSVC compilers.
A cross-platform macro for forcing inlining would be very useful.
Component(s)
C++