This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: why no stacktrace?
- To: Ulrich dot Lauther at mchp dot siemens dot de
- Subject: Re: why no stacktrace?
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Wed, 5 Jan 2000 18:14:53 +0000 (GMT)
- CC: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>, gcc at gcc dot gnu dot org
> I am not a compiler specialist, but isn't the return address on the stack
> anyway?
Not after tail recursion optimization has been applied.