dendibakh / perf-book

The book "Performance Analysis and Tuning on Modern CPU"
https://book.easyperf.net/perf_book
Creative Commons Zero v1.0 Universal
2k stars 144 forks source link

Chapter 9.2 - Added section on tail call optimization #51

Closed pveentjer closed 2 months ago

dendibakh commented 2 months ago

@pveentjer , I made some changes. Please review. I removed assembly listings, because they take a lot of space and we don't discuss them much anyway. I think it is OK to demonstrate on the C-code level. Let me know if you think otherwise.

dendibakh commented 2 months ago

@pveentjer, kind reminder. Let me know if you have any comments. Otherwise, I think we can merge this PR.

pveentjer commented 2 months ago

I have one small comment about potential confusion for the reader. But apart from that, it looks good to me.

pveentjer commented 2 months ago

LGTM.

pveentjer commented 2 months ago

Thank you Denis!