Commits


Projjal Chanda authored and Pindikura Ravindra committed 0e3043d48b7
ARROW-16055: [C++][Gandiva] Skip unnecessary work during cache hit when using object code cache This change enables object code cache and skips the unnecessary work that was done before loading the compiled object code in memory. The following still needs to be done: * expression decomposition in order to create the function and in holders in memory * Add mappings for global functions to the llvm module Closes #12742 from projjal/objectcache Authored-by: Projjal Chanda <iam@pchanda.com> Signed-off-by: Pindikura Ravindra <ravindra@dremio.com>