Non-call exceptions versus cse

Andrew Haley aph@redhat.com
Tue Nov 26 02:53:00 GMT 2002


Richard Kenner writes:
 >     The idea is that
 >     
 >       {
 >         int tmp = <may trap operation>;
 >         var = tmp;
 >       }
 > 
 >     should not update var if the operation traps.
 > 
 > That's expensive to guarantee.  For which language do we have to do that?

Java.

Andrew.



More information about the Gcc-patches mailing list