Zobrazeno 1 - 3
of 3
pro vyhledávání: '"Martin Bättig"'
Autor:
Thomas R. Gross, Martin Bättig
Publikováno v:
PPOPP
We explore a programming approach for concurrency that synchronizes all accesses to shared memory by default. Synchronization takes place by ensuring that all program code runs inside atomic sections even if the program code has external side effects
Autor:
Thomas R. Gross, Martin Bättig
Publikováno v:
MPLR
Software transactional memory (STM) stores information regarding ownership of memory locations in ownership records. We present a scheme to realize a one-to-one mapping of ownership records to memory locations that has moderate memory overhead and is
Autor:
Thomas R. Gross, Martin Bättig
Publikováno v:
PPoPP
Open nesting allows replacing the automatic detection of conflicting memory accesses used in transactional memory (TM) with programmer-specified higher-level conflict detection. Higher-level conflict detection allows removing conflicts of commuting o