<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>编译器 on Jiayun's Blog</title><link>https://xiejiayun.github.io/tags/%E7%BC%96%E8%AF%91%E5%99%A8/</link><description>Recent content in 编译器 on Jiayun's Blog</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://xiejiayun.github.io/tags/%E7%BC%96%E8%AF%91%E5%99%A8/index.xml" rel="self" type="application/rss+xml"/><item><title>重跑 Ken Thompson 的'信任之信任'：现代供应链时代，编译器后门为何更可怕也更可解</title><link>https://xiejiayun.github.io/post/trusting-trust-modern-supply-chain-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://xiejiayun.github.io/post/trusting-trust-modern-supply-chain-2026/</guid><description>&lt;h2 id="1984--2026一个被引用了四十年的演讲终于被认真复刻">1984 → 2026：一个被引用了四十年的演讲，终于被认真复刻&lt;/h2>
&lt;p>Ken Thompson 在 1984 年图灵奖演讲 &lt;em>Reflections on Trusting Trust&lt;/em> 里描述过一个让所有 CS 学生既兴奋又困惑的构造：&lt;strong>一个被植入后门的编译器，能在编译自身时把后门继承下去，因此源码里看不到任何痕迹&lt;/strong>。这是个思想实验，过去四十年被引用过无数次，但&lt;strong>真正动手把它在现代工具链上跑一遍&lt;/strong>的工程师并不多。&lt;/p></description></item><item><title>从 TypeScript 和 Vue 源码中学到的编程语言设计智慧</title><link>https://xiejiayun.github.io/post/typescript-vue-source-code-architecture/</link><pubDate>Thu, 30 Apr 2026 00:00:00 +0000</pubDate><guid>https://xiejiayun.github.io/post/typescript-vue-source-code-architecture/</guid><description>&lt;blockquote>
&lt;p>如果让你从零开始设计一门编程语言或一个前端框架，你需要什么知识？最好的答案藏在已有的优秀开源项目中。本文通过逐行阅读 TypeScript 编译器（45万行）和 Vue 3（5.5万行）的源码，提炼出关于编译器设计、类型系统、响应式系统、渲染引擎的深层设计智慧。&lt;/p></description></item></channel></rss>