Open vielmetti opened 2 years ago
The "Zig" programming language does not have support for 16K page sizes; it defaults to 4K pages.
Tracking upstream at https://github.com/ziglang/zig/issues/11308
Thanks to @gpanders for the report, I'll update the wiki.
Documented at https://github.com/AsahiLinux/docs/wiki/Software-known-to-have-issues-with-16k-page-size/a797d6ec713dcde4eb6a7238d7be926e43a0eda4
You can do a patch for Zig similar to https://chromium.googlesource.com/chromium/src/+/a704c3a94179e6f3abb28f090d096ced72657d7c
The "Zig" programming language does not have support for 16K page sizes; it defaults to 4K pages.
Tracking upstream at https://github.com/ziglang/zig/issues/11308
Thanks to @gpanders for the report, I'll update the wiki.