This is the mail archive of the java-patches@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: [ecj] Patch: FYI: another quick-stack-flushing patch


Tom Tromey writes:
 > I'm checking this in on the gcj-eclipse branch.
 > 
 > We should also flush the quick stack on a COMPONENT_REF, as one of
 > those may trap.
 > 
 > I'm not sure whether we need to strip off conversions here or
 > not... Andrew, do you know?

I suggest just calling flush_quick_stack() every time.  It's not worth
the sweat worrying about it.

Andrew.


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