Christoffer Lerno

Results 109 issues of 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.

Stdlib
Backtrace

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...

Good first issue!
Build issue

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...

Discussion needed

Add asm for riscv

Missing Feature

Labels need to be added. ``` FOO: some_instruction; ```

Missing Feature

Missing Feature

Missing Feature

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...

Discussion needed

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...

enhancement
discussion

1. ~~Register size~~ Done 2. Fastest types for add, div etc 3. Max vector width Etc (help fill up the list)

Missing Feature
Discussion needed