[
https://issues.apache.org/jira/browse/ARROW-15678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17613912#comment-17613912
]
Kouhei Sutou commented on ARROW-15678:
--------------------------------------
I propose one more approach for the proposed solution 1.:
How about always enabling inline optimization for SIMD optimized compile units
({{level_conversion_bmi2.cc}}) even when an user specifies
{{-DCMAKE_BUILD_TYPE=MinSizeRel}}?
It may increases binary size but it may be better that SIMD related code
prioritizes performance than binary size.
We don't need to write manual
{{template}}/{{\_\_attribute\_\_((always\_inline))}}s with this approach.
> [C++][CI] a crossbow job with MinRelSize enabled
> ------------------------------------------------
>
> Key: ARROW-15678
> URL: https://issues.apache.org/jira/browse/ARROW-15678
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++, Continuous Integration
> Reporter: Jonathan Keane
> Assignee: Kouhei Sutou
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 10.0.0
>
> Time Spent: 13.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)