diff options
| author | Richard-Qin-X <richard.qin.001@gmail.com> | 2026-09-10 00:39:43 +0800 |
|---|---|---|
| committer | Richard-Qin-X <richard.qin.001@gmail.com> | 2026-09-10 00:40:34 +0800 |
| commit | 9b94708706dd397bb808a6347591e7636263bb67 (patch) | |
| tree | 8ef22cd513cb22fa0468821184c7087a05d6176d /content/notes/register-allocation/_index.md | |
| parent | 93e6d45bbd7849617264f817ff9e67e2dfe29fbc (diff) | |
Add register allocation note series
Diffstat (limited to 'content/notes/register-allocation/_index.md')
| -rw-r--r-- | content/notes/register-allocation/_index.md | 7 |
1 files changed, 7 insertions, 0 deletions
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 +--- |
