loading...
 This Article 
   
 Share 
   
 Bibliographic References 
   
 Add to: 
 
Digg
Furl
Spurl
Blink
Simpy
Google
Del.icio.us
Y!MyWeb
 
 Search 
   
Seventh International Conference on Quality Software (QSIC 2007)
Reduction of Complexity and Automation of Parallel Execution through Loop Level Parallelism
Portland, Oregon, USA
October 11-October 12
ISBN: 0-7695-3035-4
Robert A. Tefft, Central Michigan University
Roger Y. Lee, Central Michigan University
SIMD (Single Instruction Multiple Data) is a processor architecture classification from Flynn's taxonomy. The concept is that a single instruction set operates on multiple units of data simultaneously. Computers use this processor architecture are known as array processors or vector processors. Most computers in use today are SISD (single instruction single data) though allowing a single instruction to operate on multiple data can also be applied to a virtual machine that is capable of parallel execution through the use of multi-threading/multi-core processors, or distributed parallel execution on a multi-computer grid. This paper proposes a language structure that applies the SIMD concept to the Java virtual machine. The motive is to reduce the complexity of the code and ease implementation of parallelization by running a single set of instructions concurrently on an entire collection of objects. Index Terms Concurrency control, Parallel languages, Parallel processing, Parallel programming, Parallelizing compilers, Vector processing
Citation:
Robert A. Tefft, Roger Y. Lee, "Reduction of Complexity and Automation of Parallel Execution through Loop Level Parallelism," qsic, pp.304-308, Seventh International Conference on Quality Software (QSIC 2007), 2007
Usage of this product signifies your acceptance of the Terms of Use.