Skip to content

[C++] ARROW_FORCE_INLINE is not correctly defined on non-Windows builds #40370

@felipecrv

Description

@felipecrv

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++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions