Skip to content

Commit fedc7a3

Browse files
authored
Merge pull request #75 from chenghanpeng/hexo
initialize errata for llvm-codegen book
2 parents e39d47d + a84cd0e commit fedc7a3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/_posts/llvm-cg-errata.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: 《深入理解LLVM:代码生成》勘误表
3+
categories:
4+
- LLVM
5+
tags:
6+
- LLVM
7+
date: 2049-10-06 15:33:38
8+
---
9+
# 勘误表
10+
11+
1. 部分图文不一致说明
12+
由于印刷原因,书中部分图文不完全一致。书中文字介绍图中蓝色线由于印刷统一印刷为红色线,例如在第97页第二段提到:DAG中chain关系用蓝色虚线,实际印刷为红色虚线,glue关系用蓝色实线,实际印刷为红色实线。故图7-7中红色虚线表示chain关系,在本书其它地方类似。
13+
14+
<!-- more -->

0 commit comments

Comments
 (0)