Community
Participate
Working Groups
Created attachment 174184 [details] Loop Tiling Refactoring Refactoring used to take a double nested loop and change it to four nested loops that access a two dimensional array in tiles.
Thanks. Can you please confirm that 1. you wrote 100% of the code without incorporating content from elsewhere or relying on the intellectual property of others, 2. you have the right to contribute the code to Eclipse, and 3. you have included the EPL license header in all source files?
Created attachment 174313 [details] parseLiteralDoLoop adds function needed in Loop Tiling to parse a literal do loop.
1. I wrote 100% of the code without incorporating content from elsewhere or relying on the intellectual property of others, 2. I have the right to contribute the code to Eclipse, and 3. I have included the EPL license header in all source files.
The Tile Loop refactoring has been committed to CVS. Thanks, Ashley!