On the Efficiency of Transactional Code Generation: A GCC Case Study

  • Bruno Chinelato Honorio UNESP
  • João Paulo Labegalini de Carvalho UNICAMP
  • Alexandro José Baldassin UNESP

Abstract

Memory transactions are becoming more popular as chip manufacturers are building native support for their execution. Although current Intel and IBM microprocessors support transactions in their instruction set architectures, there is still room for improvement in the compiler and runtime front. The GNU Compiler Collection (GCC) has language support for transactions, although performance is still a hindrance for its wider use. In this paper we perform an up-to-date study of the GCC transactional code generation and highlight where the main performance losses are coming from. Our study indicates that one of the main source of inefficiency is the read and write barriers inserted by the compiler. Most of this instrumentation is required because the compiler cannot determine, at compile time, whether a region of memory will be accessed concurrently or not. To overcome those limitations, we propose new language constructs that allow programmers to specify which memory locations should be free from instrumentation. Initial experimental results show a good speedup when barriers are elided using our proposed language support compared to the original code generated by GCC.
Published
2018-10-01
How to Cite
HONORIO, Bruno Chinelato; DE CARVALHO, João Paulo Labegalini; BALDASSIN, Alexandro José. On the Efficiency of Transactional Code Generation: A GCC Case Study. Proceedings of the Symposium on High Performance Computing Systems (SSCAD), [S.l.], p. 184-190, oct. 2018. ISSN 0000-0000. Available at: <https://sol.sbc.org.br/index.php/sscad/article/view/15660>. Date accessed: 17 may 2024.