$C\!\!-\!\!Lock$ : Energy Efficient Synchronization for Embedded Multicore SystemsDownload PDFOpen Website

Published: 2014, Last Modified: 13 May 2023IEEE Trans. Computers 2014Readers: Everyone
Abstract: Data synchronization among multiple cores has been one of the critical issues which must be resolved in order to optimize the parallelism of multicore architectures. Data synchronization schemes can be classified as lock-based methods (“pessimistic”) and lock-free methods (“optimistic”). However, none of these methods consider the nature of embedded systems which have demanding and sometimes conflicting requirements not only for high performance, but also for low power consumption. As an answer to these problems, we propose <formula formulatype="inline" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"><tex Notation="TeX">$C\!\!- \!\! Lock$</tex> </formula> , an energy- and performance-efficient data synchronization method for multicore embedded systems. <formula formulatype="inline" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"><tex Notation="TeX">$C\!\!- \!\! Lock$</tex> </formula> achieves balanced energy- and performance-efficiency by combining the advantages of lock-based methods and transactional memory (TM) approaches; in <formula formulatype="inline" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"><tex Notation="TeX">$C\!\!- \!\! Lock$</tex> </formula> , the core is blocked only when true conflicts exist (advantage of TM), while avoiding roll-back operations which can cause huge overhead with regard to both performance and energy (this is an advantage of locks). Also, in order to save more energy, <formula formulatype="inline" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"><tex Notation="TeX">$C\!\!- \!\! Lock$</tex> </formula> disables the clocks of the cores which are blocked for the access to the shared data until the shared data become available. We compared our <formula formulatype="inline" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"><tex Notation="TeX">$C\!\!- \!\! Lock$</tex> </formula> approach against traditional locks and transactional memory systems and found that <formula formulatype="inline" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"><tex Notation="TeX">$C\!\!- \!\! Lock$</tex> </formula> can reduce the energy-delay product by up to 1.94 times and 13.78 times compared to the baseline and TM, respectively.
0 Replies

Loading