This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Re: I'm new and wanting to help!


Joel Dice writes:
 > On Thu, 3 Aug 2006, Andrew Haley wrote:
 > > Joel Dice writes:
 > > > On Wed, 2 Aug 2006, Tom Tromey wrote:
 > > > Would it be possible to use debug information to determine the stack
 > > > layout, similar to how DWARF is used for unwinding?
 > >
 > > Yes, I think so.  But gcc might determine, for example, that one
 > > object was at an offset from another and never save a pointer to the
 > > second object at all.  It would be very hard to stop gcc doing this.
 > 
 > Interesting.  Would you mind providing an example of code that would 
 > trigger this behavior?

I know of none; I think it's possible.  On the other hand, this might
well break the present scheme as well.

Andrew.


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