Cubyz icon indicating copy to clipboard operation
Cubyz copied to clipboard

Update Zig and use the x86_64 backend and incremental compilation

Open IntegratedQuantum opened this issue 7 months ago • 1 comments

  • [x] Enable the x86_64 backend in debug mode (done in Zig master)
  • [ ] Fix graphics issues with x86_64 enabled (→caused by https://github.com/ziglang/zig/issues/24179)
  • [x] Fix crash when opening the debug window with x86_64 enabled
  • [ ] Upload a new zig version to our mirror
  • [ ] Check if incremental compilation works and enable it

IntegratedQuantum avatar Jun 02 '25 13:06 IntegratedQuantum

~~Currently blocked by https://github.com/ziglang/zig/issues/24179~~

IntegratedQuantum avatar Jun 14 '25 09:06 IntegratedQuantum

Currently blocked by https://github.com/ziglang/zig/issues/24144, particularly waiting on better array access (which I believe is tracked by https://github.com/ziglang/zig/issues/24183).

IntegratedQuantum avatar Jun 19 '25 20:06 IntegratedQuantum

Was this blocker https://github.com/ziglang/zig/issues/24144 fixed by https://github.com/ziglang/zig/pull/25154 ?

yes, but there is another blocker. I continued this in #2009

IntegratedQuantum avatar Oct 16 '25 15:10 IntegratedQuantum