• Germany
  • Joined on 2025年09月29日
doerrti commented on issue ziglang/zig#32009 2026年06月05日 15:36:47 +02:00
remove result pointers from the language

How will this change std's APIs? Will they remain unchanged and therefore rely on RVO? It seems that RVO isn't guaranteed in some cases (I didn't do deep research on when exactly it is...

doerrti opened issue ziglang/zig#35453 2026年05月25日 20:43:04 +02:00
@fieldParentPtr with alignments > 32 inside method results in false positive "incorrect alignment" panic when using self-hosted backend.
doerrti opened issue ziglang/translate-c#307 2026年03月19日 18:04:45 +01:00
Translate C emits syntax errors and crashes when using msvc ABI and including windows.h
doerrti commented on issue ziglang/zig#31073 2026年02月05日 13:13:34 +01:00
empty main fn size 122k on Mac OS 26.2

This problem is not exclusive to MacOS. On x86_64 Linux the binary of an empty main() has increased from roughly 5KB to >140KB for me. I suspect it's the std.Io interface but I don't know why...

doerrti opened issue ziglang/translate-c#271 2025年12月08日 17:14:59 +01:00
Translate-C fails silently when including windows.h on msvc ABI