Re: [Open64-devel] Bug fix for DO_LOOP_INFO constructor

2011-05-18 Thread Ye, Mei
Looks good. Thanks for fixing this bug. -Mei -Original Message- From: Gilmore, Doug [mailto:doug.gilm...@amd.com] Sent: Tuesday, May 17, 2011 5:39 PM To: open64-devel@lists.sourceforge.net Subject: [Open64-devel] Bug fix for DO_LOOP_INFO constructor We saw a hard-to-reproduce runtime

[Open64-devel] Bug fix for DO_LOOP_INFO constructor

2011-05-17 Thread Gilmore, Doug
We saw a hard-to-reproduce runtime regression in SPEC Leslie3 that was due the field Prefer_Fuse not being initialized in an instance of the DO_LOOP_INFO class that was constructed with: DO_LOOP_INFO::DO_LOOP_INFO(DO_LOOP_INFO *dli, MEM_POOL *pool) I attached a patch to fix this problem. Also I