tobim opened a new pull request #7315: URL: https://github.com/apache/arrow/pull/7315
This is an alternative to #6220. This changes the linking method to jemalloc from linking to `libjemalloc.a` to using the objects it is comprised of when linking `libarrow`. The advantage over #6220 is that the approach taken here does not require different methods of linking jemalloc for `libarrow.so` and `libarrow.a`. Mimalloc would need a similar treatment before this can be merged, but I'm putting this out for comment before I develop it any further. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
