From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: duane_ellis@franklin.com Cc: insight@sourceware.cygnus.com Subject: Re: Tail Calls & Insight Date: Tue, 16 May 2000 12:47:00 -0000 Message-id: <200005161947.MAA05274@ferrule.cygnus.com> References: <200005161943.PAA05435@mercury.franklin.com> X-SW-Source: 2000-q2/msg00190.html Duane> Unfortunatly, (or fortunatly depending on your view) one Duane> optmization trick we use is to convert tail calls into jumps. Duane> Is there any way of describing this situation to GDB? You should really ask this on the gdb list and not the Insight list. I imagine it is possible, since gcc recently got this optimization. However, I don't know the details. Tom