Treffer: Software behavior oriented parallelization

Title:
Software behavior oriented parallelization
Source:
PLDI'07 Proceedings of the 2007 ACM SIGPLAN Conference on Programming Language Design & Implementation, June 10-13, 2007, San Diego, CAACM SIGPLAN notices. 42(6):223-234
Publisher Information:
Broadway, NY: ACM, 2007.
Publication Year:
2007
Physical Description:
print, 38 ref
Original Material:
INIST-CNRS
Subject Terms:
Computer science, Informatique, Sciences exactes et technologie, Exact sciences and technology, Sciences appliquees, Applied sciences, Informatique; automatique theorique; systemes, Computer science; control theory; systems, Logiciel, Software, Langages de programmation, Programming languages, Systèmes informatiques et systèmes répartis. Interface utilisateur, Computer systems and distributed systems. User interface, Algorithme parallèle, Parallel algorithm, Algoritmo paralelo, Analyseur syntaxique, Parser, Analizador sintáxico, Chemin critique, Critical path, Recorrido crítico, Code temps, Time code, Código tiempo, Comportement programme, Program behavior, Comportamiento programa, Comportement utilisateur, User behavior, Comportamiento usuario, Compression donnée, Data compression, Compresión dato, Contrôle accès, Access control, Flux donnée, Data flow, Flujo datos, Information incomplète, Incomplete information, Información incompleta, Interpréteur, Interpreter, Intérprete, LISP, LISP language, Langage programmation, Programming language, Lenguaje programación, Minimisation, Minimization, Minimización, Parallélisation, Parallelization, Paralelisacíon, Parallélisme, Parallelism, Paralelismo, Spéculation, Speculation, Especulación, Système exploitation, Operating system, Sistema operativo, Sécurité informatique, Computer security, Seguridad informatica, Temps exécution, Execution time, Tiempo ejecución, Traitement flux donnée, Data flow processing, Valeur critique, Critical value, Valor crítico, Processeur multicoeur, Multicore processor, Procesador MultiNúcleo, Languages, Performance, program behavior, speculative parallelization
Document Type:
Konferenz Conference Paper
File Description:
text
Language:
English
Author Affiliations:
Computer Science Dept., University of Rochester, United States
Microsoft Corporation, United States
Computer Science Dept., College of William and Mary, United States
ISSN:
1523-2867
Rights:
Copyright 2007 INIST-CNRS
CC BY 4.0
Sauf mention contraire ci-dessus, le contenu de cette notice bibliographique peut être utilisé dans le cadre d’une licence CC BY 4.0 Inist-CNRS / Unless otherwise stated above, the content of this bibliographic record may be used under a CC BY 4.0 licence by Inist-CNRS / A menos que se haya señalado antes, el contenido de este registro bibliográfico puede ser utilizado al amparo de una licencia CC BY 4.0 Inist-CNRS
Notes:
Computer science; theoretical automation; systems
Accession Number:
edscal.19110788
Database:
PASCAL Archive

Weitere Informationen

Many sequential applications are difficult to parallelize because of unpredictable control flow, indirect data access, and input-dependent parallelism. These difficulties led us to build a software system for behavior oriented parallelization (BOP), which allows a program to be parallelized based on partial information about program behavior, for example, a user reading just part of the source code, or a profiling tool examining merely one or few executions. The basis of BOP is programmable software speculation, where a user or an analysis tool marks possibly parallel regions in the code, and the run-time system executes these regions speculatively. It is imperative to protect the entire address space during speculation. The main goal of the paper is to demonstrate that the general protection can be made cost effective by three novel techniques: programmable speculation, critical-path minimization, and value-based correctness checking. On a recently acquired multi-core, multi-processor PC, the BOP system reduced the end-to-end execution time by integer factors for a Lisp interpreter, a data compressor, a language parser, and a scientific library, with no change to the underlying hardware or operating system.