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] Fix TM optimization passes vs DECL_IS_TM_CLONE


On Tue, Oct 20, 2009 at 09:34:59AM -0700, Richard Henderson wrote:
> DECL_IS_TM_CLONE routines have an outer TM region that covers the whole  
> function.  In order to make it easy to bypass a few "scan the region"  
> tests, we set region->exit_blocks == NULL for that region.

Hmmm, didn't know that.

Do you mind commenting things a bit more in struct tm_region?


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