]> sourceware.org Git - systemtap.git/commit
fixed prologue comment re. -fomit-frame-pointer
authorJonathan Lebon <jlebon@redhat.com>
Fri, 21 Feb 2014 21:11:13 +0000 (16:11 -0500)
committerJonathan Lebon <jlebon@redhat.com>
Fri, 21 Feb 2014 21:19:10 +0000 (16:19 -0500)
commitde6aa5194bf4e732df0023a8d88a8be521abd15c
treef206073c75dbd821dd85f782baec76e8800ef147
parented1fd051bbc486910ad368fac9062b576e8e1b87
fixed prologue comment re. -fomit-frame-pointer

Although the base pointer register is not used when -fomit-frame-pointer
is used, looking at the assembly shows that the address at which we're
done pushing things on the stack does correspond to the line record
following the declaration's line record, so the heuristic indeed works
properly in that case as well. (I previously thought the right spot
should be the same as the entrypc, but hadn't looked closely enough at
the assembly).
dwflpp.cxx
This page took 0.027822 seconds and 5 git commands to generate.