Re: how do I know where "this" pointer is?
jameschen wrote:
> The question is that why ebp-12 is the "this" pointer, how to how?
> movl -12(%ebp), %eax //???????????? why ebp-12 is
> "this" pointer's address, how to know?
[assembly code redacted]
It's implementation specific. You should ask in a newsgroup dedicated
to your compiler and platform.
Why do you want to know?
|