Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2026-01-21 23:05:24 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/src/libs
History
Jacob Young 917640810e Target: pass and use locals by pointer instead of by value
This struct is larger than 256 bytes and code that copies it
consistently shows up in profiles of the compiler.
2025-06-19 11:45:06 -04:00
..
freebsd.zig
Target: pass and use locals by pointer instead of by value
2025-06-19 11:45:06 -04:00
glibc.zig
Target: pass and use locals by pointer instead of by value
2025-06-19 11:45:06 -04:00
libcxx.zig
Target: pass and use locals by pointer instead of by value
2025-06-19 11:45:06 -04:00
libtsan.zig
Target: pass and use locals by pointer instead of by value
2025-06-19 11:45:06 -04:00
libunwind.zig
Target: pass and use locals by pointer instead of by value
2025-06-19 11:45:06 -04:00
mingw.zig
Target: pass and use locals by pointer instead of by value
2025-06-19 11:45:06 -04:00
musl.zig
Target: pass and use locals by pointer instead of by value
2025-06-19 11:45:06 -04:00
netbsd.zig
Target: pass and use locals by pointer instead of by value
2025-06-19 11:45:06 -04:00
wasi_libc.zig
libc: replace musl's trigonometric functions with compiler_rt's
2025-05-30 15:32:52 +00:00