|
Embedding Parallelization in CompilersKeywords: compilers , parallelization , Java Abstract: This paper proposes a novel approach on embedding automatic parallelization in compilers. Due to an increasing popularity of multi-processor and multi-core architectures, software must take advantage of the processing power they offer and increase the level of parallelism as much as possible. Because parallel programming can be tedious and error-prone, our objective is to automatically insert parallel constructs at compiler level, starting from existing serial code.
|