arrow icon indicating copy to clipboard operation
arrow copied to clipboard

ARROW-13426: [C++][Gandiva] Use platform pointer sizes in code generation

Open pablosichert opened this issue 3 years ago • 3 comments

Hey there!

This PR uses pointers in the JIT code generation / function invocation instead of the hard-coded int64_t type, which especially breaks when indexing into pointers to pointers on platforms where the pointer size is not 64 bit wide.

pablosichert avatar Jul 22 '21 04:07 pablosichert

https://issues.apache.org/jira/browse/ARROW-13426

github-actions[bot] avatar Jul 22 '21 04:07 github-actions[bot]

Is it worth keeping this open/reviving it? cc @js8544

pitrou avatar Oct 05 '22 16:10 pitrou

Is it worth keeping this open/reviving it? cc @js8544

This feature is definitely worth having, if the author would like to resolve the conflicts.

js8544 avatar Oct 08 '22 01:10 js8544

Closing because it has been untouched for a while, in case it's still relevant feel free to reopen and move it forward 👍

amol- avatar Mar 30 '23 17:03 amol-