Areas | |
---|---|
Serie de libros (92) |
1307
|
Letra |
2291
|
Ciencias Naturales |
5354
|
Matemática | 224 |
Informática | 313 |
Física | 975 |
Química | 1354 |
Geociencias | 131 |
Medicina humana | 242 |
Estomatología | 10 |
Veterinaria | 99 |
Farmacia | 147 |
Biología | 830 |
Bioquímica, biología molecular, tecnología genética | 117 |
Biofísica | 25 |
Nutrición | 44 |
Agricultura | 996 |
Silvicultura | 201 |
Horticultura | 20 |
Ecología y conservación de la tierra | 145 |
Ciencias Ingeniería |
1745
|
General |
91
|
Leitlinien Unfallchirurgie
5. Auflage bestellen |
Indice, PDF (55 KB)
Lectura de prueba, PDF (150 KB)
Atomic blocks are a programming language construct that marks sections of code that multiple threads may not execute concurrently. The implementation of the mutual exclusion is left to the compiler or the runtime system. To avoid race conditions however, developers are still responsible to detect all places in the code where atomic blocks are needed. It is of course also important that mutual exclusion is implemented efficiently.
This thesis therefore pursues two goals. First, we develop a data dependence analysis that identifies potential critical sections in a parallel program, presents them to the programmer, and then adds atomic blocks to the code. Second, we enhance existing techniques – software transactional memory (STM) and lock inference – to implement atomic blocks. Our approach combines the advantages of STM and lock inference, which allows atomic blocks to be implemented more efficiently.
The evaluation shows that our approach identifies atomic blocks that closely match those atomic blocks that an expert would add to the code. Compared to a pure STM or lock inference implementation, our combined approach to implement atomic blocks speeds up execution times by a factor between 1.1 and 6.3.
ISBN-13 (Impresion) | 9783954048403 |
ISBN-13 (E-Book) | 9783736948402 |
Idioma | Deutsch |
Numero de paginas | 184 |
Laminacion de la cubierta | mate |
Edicion | 1. Aufl. |
Lugar de publicacion | Göttingen |
Lugar de la disertacion | Erlangen-Nürnberg |
Fecha de publicacion | 03.11.2014 |
Clasificacion simple | Tesis doctoral |
Area |
Informática
|
Palabras claves | Atomic Blocks, Multicore, Software Transactional Memory, Lock Inference |