Justus Klausecker

Results 5 comments of Justus Klausecker

How would `@import(@returnAddress(), "builtin").mode` work with an `@optimizeFor()` in the caller's scope? Would the returned mode be the global optimization mode of the caller's module or would a separate `builtin.zig`...

I just got this trace when resizing the window rapidly on macOS 26.0.1 (M1 MacBook Pro): ``` thread 53557354 panic: Deadlock detected ???:?:?: 0x100f1b49f in _main.panic__struct_2437.panicMaybeToFile (???) ???:?:?: 0x100f22263 in...

I thought about this too in #23234, I'm not sure if there's any performance benefit to be had here though. The pool is already backed by an `ArenaAllocator` which batch...

Same issue as #24789 This is indeed a compiler bug your code *should* be valid :) error trace etc ```text Compiler crash context: Analyzing 'build/repro.zig' %15 = dbg_stmt(2, 5) %16...

Sure! First off, to even get this kind of error trace you need a debug build of the compiler, further details are in the build from source section of the...