Essays about: "TLBs"

Found 2 essays containing the word TLBs.

  1. 1. Visualizing large page mappings : A tool to understand memory mappings of program

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Robin Olsson; [2021]
    Keywords : ;

    Abstract : Larger page file sizes were introduced to increase the TLB's reach. Although using large pages might improve performance, it might also introduce performance degradation. READ MORE

  2. 2. 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