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

Resumo


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.
Palavras-chave: Instruments, Runtime, Program processors, Optimization, Hardware, C languages, transactional memory, parallel programming, compilers, over-instrumentation, optimization
Publicado
01/10/2018
Como Citar

Selecione um Formato
HONORIO, Bruno Chinelato; DE CARVALHO, João Paulo Labegalini; BALDASSIN, Alexandro José. On the Efficiency of Transactional Code Generation: A GCC Case Study. In: SIMPÓSIO EM SISTEMAS COMPUTACIONAIS DE ALTO DESEMPENHO (SSCAD), 19. , 2018, São Paulo. Anais [...]. Porto Alegre: Sociedade Brasileira de Computação, 2018 . p. 184-190.