-
Notifications
You must be signed in to change notification settings - Fork 2
《深入理解LLVM:代码生成》勘误表 | Inside Compiler #76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
第2章 第17页,代码清单2-9,2-10中的 |
是的,写反了。多谢 |
23页 图2-11 b那个交换是不是写错了,应该是 t=x1; x1=y1; y1=t,书上写的是 t=x1; x1=y1; y1=x1 |
谢谢,下一版次修正过来。 |
26页 图2-13 a return y1 |
如果能在IR基础这章,图旁边配着一个简单的代码,就好了,还是有点理解起来困难。 |
https://inside-compiler.github.io/2049/10/06/llvm-cg-errata/#more
勘误表 部分图文不一致说明由于印刷原因,书中部分图文不完全一致。书中文字介绍图中蓝色线由于印刷统一印刷为红色线,例如在第97页第二段提到:DAG中chain关系用蓝色虚线,实际印刷为红色虚线,glue关系用蓝色实线,实际印刷为红色实线。故图7-7中红色虚线表示chain关系,在本书其它地方类似。
The text was updated successfully, but these errors were encountered: