This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

debugging quality and gcc


Hi
  I am wondering if from a developer perspective some body can tell
me what debugging quality to expect when using -g with O3.

Especially when the following happen
1. When a variable resides in multiple locations in different scopes
such as different registers.
If this works very well, I am wondering how gcc accomplishes this?
2. A function is inlined.
3. Constant propagation.

Due to constraints of my use, I have to generate code without the
frame pointer.

thanks
dz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]