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: Fix backtrace for interpreted code


Andrew Pinski writes:
 > 
 > On Oct 14, 2004, at 10:08 AM, Ranjit Mathew wrote:
 > 
 > >> Always.  g++ always sets flag_unit_at_a_time, so functions are not
 > >> output in the order they're declared.
 > >
 > > Oh! I didn't know that - thanks!
 > > Would it be too gross?
 > 
 > Does not work, the basic blocks can be reordered too.

That's right.  The solution I came up with is the only one I know to
be correct.

Andrew.


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