Re: GCC's excellent tail-call optimizations

2021-11-05 Thread Jeff Law via Gcc
On 11/5/2021 8:13 AM, Andrew Appel wrote: Dear GCC developers: TL;DR Can I talk to a maintainer of gcc's tail-call optimizer to learn more about the very impressive technology behind it? Or is there a paper, or documentation, that explains it? No paper or documentation I'm aware of. I

GCC's excellent tail-call optimizations

2021-11-05 Thread Andrew Appel
Dear GCC developers: TL;DR Can I talk to a maintainer of gcc's tail-call optimizer to learn more about the very impressive technology behind it? Or is there a paper, or documentation, that explains it? I am sure you know that gcc does a much better job of tail-call optimizations than its com