Sciweavers

SOFTWARE
2011

A Refactoring Approach to Parallelism

12 years 11 months ago
A Refactoring Approach to Parallelism
—In the multicore era, a major programming task will be to make programs more parallel. This is tedious because it requires changing many lines of code, and it is error-prone and non-trivial because programmers need to ensure non-interference of parallel operations. Fortunately, refactoring tools can help reduce the analysis and transformation burden. We present our vision on how refactoring tools can improve programmer productivity, program performance, and program portability. We also present the current incarnation of this vision: a toolset that supports several refactorings for (i) making programs thread-safe, (ii) threading sequential programs for throughput, and (iii) improving scalability of parallel programs.
Danny Dig
Added 17 May 2011
Updated 17 May 2011
Type Journal
Year 2011
Where SOFTWARE
Authors Danny Dig
Comments (0)