[llvm-dev] accessing stack frame after returning from the function
Priyanka Panigrahi via llvm-dev
llvm-dev at lists.llvm.org
Sat Dec 21 06:08:45 PST 2019
Hello,
I have a few general questions.
1. Whether the memory contents assigned for a function are accessible after
we return from that function? If yes, how can we access it?
2. Does llvm delete the stackframe assigned for a specific function, after
we return from that function?
3. If not, how can we delete the stackframe or clear the memory content
after we return from the function? Where do we need to change, in the
assembly or llvm source?
Any help would be appreciated.
Thank you.
Regards,
Priyanka
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191221/d68718be/attachment.html>
More information about the llvm-dev
mailing list