Solar Designer
Solar Designer
BTW, I think we can drop not only `safe_null_string`, but perhaps also `rules_pass`. I didn't test this.
Some tuning examples are seen in the last few comments of #5668. We separately need to improve on auto-setting affinity #5302 and reporting huge page (non-)usage #5678.
Thank you very much for reporting and investigating this and even suggesting a fix @thesamesam! > Marking `sph_u32` (and friends) with `__attribute__((may_alias))` fixes the issue for me, though that's not...
BTW, I _think_ I saw us already use anonymous structs or/and unions somewhere in the codebase. If so, this wouldn't reduce our code's portability (except that it would then be...
> BTW, I _think_ I saw us already use anonymous structs or/and unions somewhere in the codebase. Confirmed by adding `-Wc99-c11-compat`, e.g.: ``` slow_hash_plug.c:127:10: warning: ISO C99 doesn’t support unnamed...
My comment about LTO was only about 1 out of 4 kinds of uses - the one remaining with my suggested alternative approach at working around the issue. I didn't...
In our release announcements, we include commit count since the previous release - total and by contributor. I've reviewed the old release thread to see how we obtained the numbers,...
As I wrote in #5494 (which may also contain other "checklist" items): I'll need to think of what to do with the 3 change logs we have. So far, `CHANGES`...
I've just moved some issues from Definitely to Potentially 2.0.0 milestone. There are very few left in Definitely. @magnumripper Does this look right to you? Would you like to help...
For our Windows build of the next release, my plan was to simply take a Claudio's john-packages build that I had hoped he'd make around that time. But since he...