ARROW-16055: [C++][Gandiva] Skip unnecessary work during cache hit when using object code cache#12742
ARROW-16055: [C++][Gandiva] Skip unnecessary work during cache hit when using object code cache#12742projjal wants to merge 1 commit intoapache:masterfrom
Conversation
|
|
e5b336a to
99a7ef7
Compare
3e25613 to
fd50245
Compare
pravindra
left a comment
There was a problem hiding this comment.
can you pls add a more detailed comment (enabling object cache, setup function pointers after getting object code from cache) ?
|
Benchmark runs are scheduled for baseline = 564eb97 and contender = 0e3043d. 0e3043d is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
|
['Python', 'R'] benchmarks have high level of regressions. |
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: