Rich Felker

Results 251 comments of Rich Felker
trafficstars

Adding some notes based on IRC conversation: This comes from a more comprehensive slicing design I have in mind, where you can do a lot more with the "lean". In...

Here is the source of the problem: src/internal/libc.c:10: warning: visibility attribute not supported in this configuration; ignored For building a shared libc.so, musl requires support for visibility. Originally there were...

Regarding `__riscv_float_abi_soft` vs `__riscv_flen` for `setjmp`, it's possibly more complicated, and depends on whether there's an ABI obligation to treat the call-saved floating point registers as call-saved even on the...

Yes. The "width 0" interpretation needed to get there is a little bit confusing and unclear whether it's intentional, but with the text following "therefore", I think it's very clear....

I'm still unclear on what the "barrier issue" is, but as noted in my reply to the patch on-list, I think atomic_arch.h is currently broken (not providing working atomics). There...

Ping. I would *really* like to have some interaction in terms of replies to review rather than just a week of radio silence then a new patch that might or...

No problem. Somehow I misinterpreted "next week" (at the time of the above comment) as the week that just passed.

It's probably off-topic here, but re: "moving" `jmp_buf` objects, the specification is "The longjmp function restores the environment saved by the most recent invocation of the setjmp macro in the...

I use Firefox not Chrom{e,ium}. Above around 25 MB it's slow and before long, unusable. Gets unusable even quicker on mobile (also Firefox; I don't use any Chromium-based browsers).

I've tested this adding a condition to the end of `LayerPlanBuffer::addConnectingTravelMove`, to set `path.perform_z_hop` if `path.retract` is true and Z-hop is enabled. It fully solved my zits problem, but produced...