Antoine Pitrou
Antoine Pitrou
> I think that won't work for profilers that attach or that don't use LD_PRELOAD because the interposition will happen at arbitrary late points (after the initial relocation has been...
Ok, so `--dynamic-list` doesn't work for a statically linked mimalloc: ``` ld.gold: warning: Cannot export local symbol 'mi_malloc' ``` I think this might work, though it would be worse performance-wise:...
Ok, I've got a PR which creates such interposable wrappers in Arrow. I've checked that they can be interposed using `LD_PRELOAD`: https://github.com/apache/arrow/pull/41128
Also note you can download prebuilt wheels from the aforementioned PR using [these links](https://github.com/apache/arrow/pull/41128#issuecomment-2047931107). Click on one of the green "Crossbow" badges, then click on the "Summary" link on the...
This looks fine to me.
Just for the record and unlike what's mentioned above, the driver works very badly for me with TP-LINK Archer T4U v3 on Ubuntu 20.04 (kernel 5.4.0-107-generic). Issue reported at https://github.com/cilynx/rtl88x2bu/issues/203
> in my case this is because region issues, router wifi region should match ubuntu wifi region. Likely `US` I don't think this is the case for me, as I...
Same here with http://pitrou.net/sigal/Marseille/img_9111.jpg
Arrow C++ has https://github.com/apache/arrow/blob/7003e90c113cec58a620deddf56af71eb305af2a/cpp/src/arrow/type.h#L1775-L1784 Arrow Java uses the same layout: https://github.com/apache/arrow/blob/7003e90c113cec58a620deddf56af71eb305af2a/java/vector/src/main/java/org/apache/arrow/vector/IntervalMonthDayNanoVector.java#L171-L181
Yes, sorry, I was just posting this for reference.