logoalt Hacker News

mluggyesterday at 12:29 AM1 replyview on HN

When targeting x86_64, the self-hosted backend is already enabled by default on the latest builds of Zig (when compiling in Debug mode). The self-hosted aarch64 backend currently isn't generally usable (so we still default to LLVM when targeting aarch64), but it's likely to be the next ISA we focus on codegen for.


Replies

metaltyphoonyesterday at 12:50 AM

I assume x86_64 is Linux only correct?

show 1 reply