fool2fish / dragon-book-exercise-answers

Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regarding exercise 8.3.1

kritika31-10 opened this issue · comments

https://github.com/fool2fish/dragon-book-exercise-answers/blob/master/ch08/8.3/8.3.md#833

In the link above, at addresses 108,132,140 and 164 you have used psize and qsize which I think is incorrect. It must be the size of the calling procedure not the size of the called procedure.
Please correct me if I am wrong or else correct the answer.
Thank You

I agree with you, the answer of 8.3.1 is wrong here.