This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [trans-mem] PR47606: Add a tm-safe marker for GIMPLE_ASM's



   __tm_waiver {
     any_code ();
   }

Which could be implemented with two gimple codes to mark the
beginning and end of the SEME region.  These can survive all

BTW, I think you mean SESE (single-entry, single-exit). It was my understanding that explicit control-flow out of a __tm_waiver block was prohibited.



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