Essays about: "Henrik Lehtonen"

Found 1 essay containing the words Henrik Lehtonen.

  1. 1. Code Positioning in LLVM

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Henrik Lehtonen; Klas Sonesson; [2017]
    Keywords : Compiler optimization; Instruction caches; TLBs; LLVM; Code locality; Technology and Engineering;

    Abstract : 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. READ MORE