Buscar
Mostrando ítems 1-10 de 34
LLVM-ACT: uma ferramenta baseada em profiling para seleção de técnica de computação aproximadaLLVM-ACT: profiling-based tool proposal for approximate computing technique selection
(Universidade Federal do Rio Grande do NorteBrasilUFRNPROGRAMA DE PÓS-GRADUAÇÃO EM SISTEMAS E COMPUTAÇÃO, 2022)
Otimizações de código sensíveis a contexto baseadas em clonagem de funções
(Universidade Federal de Minas GeraisUFMG, 2014-02-21)
Compilers rely on two main techniques to implement optimizations that depend on the calling context of functions: inlining and cloning. Historically, function inlining has seen more widespread use, as it tends to be more ...
Hybrid Code Placement for Heterogeneous Architectures
(Universidade Federal de Minas GeraisUFMG, 2018-02-23)
Modern computer architectures are becoming each day more heterogeneous. Choosing the best hardware configuration for a given program is difficult, because programs, even of moderate size, go through many phases during ...
Improving Transactional Code Generation via Variable Annotation and Barrier Elision
(2020-05-01)
With chip manufacturers such as Intel, IBM and ARM offering native support for transactional memory in their instruction set architectures, memory transactions are on the verge of being considered a genuine application ...
Dynamic dispatch of context-sensitive optimizations
(Universidade Federal de Minas GeraisUFMG, 2017-08-04)
The compilers community has dedicated much time and effort in making context-sensitive analyses scalable, with great profit. However, the implementation of context-sensitive optimizations remains a challenge. The main ...