Skip to content

Commit 5447ec6

Browse files
jiacai2050Copilot
andauthored
Update content/post/2026-01-26-zig-compiler-deep-dive.smd
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b0300da commit 5447ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/post/2026-01-26-zig-compiler-deep-dive.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Zig 编译器的内部架构展示了现代系统编程语言在编译原理上
322322
9. zig/src/Air.zig at master · ziglang/zig \- GitHub, accessed January 24, 2026, [https://github.com/ziglang/zig/blob/master/src/Air.zig](https://github.com/ziglang/zig/blob/master/src/Air.zig)
323323
10. sometimes there is an unwanted memcpy when passing large structs by-value · Issue \#17580 · ziglang/zig \- GitHub, accessed January 24, 2026, [https://github.com/ziglang/zig/issues/17580](https://github.com/ziglang/zig/issues/17580)
324324
11. Stage 2 Proposal: Standardise a binary format for ZIR, and enable compilation to and from this representation · Issue \#5635 · ziglang/zig \- GitHub, accessed January 24, 2026, [https://github.com/ziglang/zig/issues/5635](https://github.com/ziglang/zig/issues/5635)
325-
12. Zig builds are getting faster \- Hacker News, accessed January 24, 2026, [https://news.ycombinator.com/item?id=45468698](https://news.ycombinator.com/item?id=45468698)
325+
12. Zig builds are getting faster \- Hacker News discussion thread, accessed January 24, 2026.
326326
13. Building self-hosted from the original C++ implementation \- Help \- Ziggit, accessed January 24, 2026, [https://ziggit.dev/t/building-self-hosted-from-the-original-c-implementation/6607](https://ziggit.dev/t/building-self-hosted-from-the-original-c-implementation/6607)
327327
14. Bootstrapping (compilers) \- Wikipedia, accessed January 24, 2026, [https://en.wikipedia.org/wiki/Bootstrapping_(compilers)](https://en.wikipedia.org/wiki/Bootstrapping_(compilers))
328328
15. Goodbye to the C++ Implementation of Zig \- Zig Programming Language, accessed January 24, 2026, [https://ziglang.org/news/goodbye-cpp/](https://ziglang.org/news/goodbye-cpp/)

0 commit comments

Comments
 (0)