drew

Results 3 comments of drew

I can add that this has happened to me constantly on VSCode/Windows over the last many months. I did some debugging months ago but gave up after seeing that the...

This LLVM issue looks related: https://github.com/llvm/llvm-project/issues/46017 However your problem is 2-fold: not only is Zig not properly checking args for an interrupt (and, crucially, saying exactly why these parameters wouldn't...

The problem is that the compiler is trying to initialize two structs on the stack that are ~64k wide using ``weak_memcpy_default__alloca``, which necessitates placing a similarly-lengthed buffer in the .rdata...