rymrg
rymrg
If I'm reading the definitions correctly, I believe globals should be `dso_local` by default for dynamic libraries unless marked as `weak` - just like clang. This should reduce the amount...
@nat-418: Could you please test these changes as well?
Thanks. I hope I didn't miss anything.
@ > Two more > > ``` > std/atomic.d(24:8)[warn]: Public declaration 'Atomic' has no documented example. > std/atomic.d(189:6)[warn]: Public declaration 'MemoryOrder' has no documented example. > ``` I tried to...
Thank you for your review! I was hoping to get one. > I'm usually sceptical of tools like this. I can't see anything obviously wrong with the implementation, but in...
> `synchronized` statements are kinda necessary for thread safety wrt. blocking for web development. But overall, there is a giant ball of problems wrt. storage class version of it. >...
> Yeah, no; you lost me here instantly. I've fixed a lot of broken lock-free code; and it's the most excruciating thing you can ever be tasked to do. If...