Elektrine lite

← Feed

@joe@f.duriansoftware.com

Post #2489290

2026-05-13 18:17 UTC

@zwarich@hachyderm.io interesting, do you know why they switched it up? it seems like you could turn the whole-program aspect into a linker problem

Replies (1)

  • @zwarich@hachyderm.io 2026-05-13 18:24

    @joe@f.duriansoftware.com I think they removed them as part of the transition to the self-hosted compiler. For reasons I don't fully understand, they rejected adding back the existing feature in favor of this redesign: https://github.com/ziglang/zig/issues/23446. It presupposes the existence of some restricted function pointers that know all of their callees via comptime magic: https://github.com/ziglang/zig/issues/23367.

    Open ##2578190