This is the mail archive of the gcc@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: Some thoughts about steerring commitee work


On 6/18/07, Dorit Nuzman <DORIT@il.ibm.com> wrote:
> I can hand you more than the testcases i've given so far.  There is
> tons of code out there that would  benefit from straight line

Interesting. I wasn't aware of this potential. Please do send some of this
code. thanks!


I'm thinking about loops whose bodies contain a call that is not inlined, so the code in that function looks like stright line code, but in fact is called from inside a loop. This could happen even because the compiler decided to outline the body of some loop, as is the case for the openMP code gen, or autoparallelization.

Sebastian


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