On 10/5/06, Ivan Volosyuk <[EMAIL PROTECTED]> wrote:

Is this can be a problem? If the base pointer is optimized out and we
will find different object base?
--
Ivan

The base pointer for mptr with unknown offset must live as long as mptr is
alive.
The 'gcpoint' pass adds pseudo usages for such bases after every call
instruction where mptr with unknown offset is used.
So if base pointer is lost this is a bug.

--
Mikhail Fursov

Reply via email to