[
https://issues.apache.org/jira/browse/ARROW-3544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-3544:
------------------------------
External issue URL: https://github.com/apache/arrow/issues/19858
> [Gandiva] Populate function registry in multiple compilation units to
> mitigate long compile times in release mode
> -----------------------------------------------------------------------------------------------------------------
>
> Key: ARROW-3544
> URL: https://issues.apache.org/jira/browse/ARROW-3544
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++ - Gandiva
> Reporter: Wes McKinney
> Assignee: Siddharth Dave
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.12.0
>
> Time Spent: 10h 50m
> Remaining Estimate: 0h
>
> On clang 6 / Ubuntu 14.04, this file takes about 3 minutes to compile with
> {{-O3}}. Probably you want to break up this file into smaller compilation
> units since the complexity in the amount of generated code is apparently
> overwhelming clang. TensorFlow's function registry is broken up into a large
> number of smaller compilation units:
> https://github.com/tensorflow/tensorflow/tree/master/tensorflow/core/kernels
--
This message was sent by Atlassian Jira
(v8.20.10#820010)