Christoffer Lerno
Christoffer Lerno
When hitting a signal, the stacktrace doesn't show the line number where the actual signal occurred. It's possible to patch this by looking into the right registers. See #1081.
There is a problem with Fedora #779 and also with Arch Linux #759. This is usually a problem with the LLVM distribution. It is very popular to make half-working LLVM...
Tagged unions are useful BUT you'd ideally also want: 1. The ability to store the tag freely in the struct. 2. Specify the size of the tag 3. Switch over...
Consider some versioning scheme for various elements in the build/manifests: Possible design: 1. Dependency contains no-version, major version, minor version, major + minor + build or list of major versions...
A possible `@assertalign` that works as GCCs warn_if_not_aligned. On non packed structs, this will prevent compilation if padding is inserted in front of the member. On a packed struct, it...
1. ~~Register size~~ Done 2. Fastest types for add, div etc 3. Max vector width Etc (help fill up the list)