From 9b94708706dd397bb808a6347591e7636263bb67 Mon Sep 17 00:00:00 2001 From: Richard-Qin-X Date: Thu, 10 Sep 2026 00:39:43 +0800 Subject: Add register allocation note series --- content/notes/register-allocation/_index.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/notes/register-allocation/_index.md (limited to 'content/notes/register-allocation/_index.md') diff --git a/content/notes/register-allocation/_index.md b/content/notes/register-allocation/_index.md new file mode 100644 index 0000000..fdd4ccb --- /dev/null +++ b/content/notes/register-allocation/_index.md @@ -0,0 +1,7 @@ +--- +title: "寄存器分配" +lang: zh-Hans +url: "/notes/register-allocation/" +description: "寄存器分配的基本概念、经典算法、现代机器模型,以及 CPU 和 GPU 工业实现。" +license: CC-BY-SA-4.0 +--- -- cgit v1.2.3