Sökning: "Henrik Sonesson"

Hittade 1 uppsats innehållade orden Henrik Sonesson.

  1. 1. Code Positioning in LLVM

    Uppsats för yrkesexamina på avancerad nivå, Lunds universitet/Institutionen för datavetenskap

    Författare :Henrik Lehtonen; Klas Sonesson; [2017]
    Nyckelord :Compiler optimization; Instruction caches; TLBs; LLVM; Code locality; Technology and Engineering;

    Sammanfattning : Given the increasing performance disparity between processor speeds and memory latency, making efficient use of cache memory is more important than ever to achieve good performance in memory-bound workloads. Many modern first-level caches store instructions separately from data, making code layout and code size an important factor in the cache behavior of a program. LÄS MER