enh-google

Results 245 comments of enh-google

> release notes didn't mention TSan support, so I guess it's not fixed yet and we have to wait more? yeah, not finished yet but still working on it. (and...

no, no news. it's still on the to-do list, but relatively low priority because pretty much everyone actually wants this for their _apps_ (a problem we don't know how to...

i asked the ART folks, and one said: > I think using AOT would be better than JIT but you could also run both with `testrunner.py --target --64 --ndebug --optimizing...

(yeah, it's always worth running the tests _before_ for this exact reason, especially with riscv64 where the status basically changes from day to day!)

yeah, i wasn't aware of the claim that the _kernel_ is considering changing this. i did recently send a patch to clarify these differences in "VERSIONS" in https://man7.org/linux/man-pages/man2/settimeofday.2.html (which has...

that is: "setting the tz was already silently broken on musl, and this patch doesn't fix that --- you might want to just use syscall() instead".

> Possibly a bigger problem is that RTC_RD_TIME and RTC_SET_TIME ioctls use struct tm with signed 32 bit seconts, and I don't know of another way to get/set the hardware...

> Wasn't this one of the original ideas behind Java? wasm is actually much closer to CLR than Java bytecode... there are no objects or classes, just a flat chunk...

why 28? i thought it was 23? that's certainly what's in the documentation --- https://android.googlesource.com/platform/bionic/+/master/android-changes-for-ndk-developers.md#relative-relocations-relr is the confusion that pre-28 you also need `-Wl,--use-android-relr-tags`? (see internal bug http://b/147452927 "remove the...

ah, yeah, looks like this bug was filed a year before we learned that pcc@ had implemented the older form of relocation packing in lld. (follow the comments on the...