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: Libjava failures status


> On Sun, Mar 10, 2002 at 01:06:36PM +0100, Jan Hubicka wrote:
> > I plan to add symetrical check verifying that we do not discover
> > trapping instruciton in the middle of basic block...
> 
> If you do this, you'll need another representation for 
> instructions that, examined individually, may trap, but
> global information has determined that it cannot.
> 
> At the moment, absense of an EH_REGION note is it.
Yes, I was thinking about it.
I think in first step I will simply require there be no instruction
wht EH_REGION and may_trap_internal in the middle of basic block,
later I may want something like NO_TRAP note.

Do we create such instructions and where?

Honza
> 
> 
> r~


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