Sökning: "c11 atomics"

Hittade 1 uppsats innehållade orden c11 atomics.

  1. 1. Compiler Testing of C11 Atomics for Arm and RISC-V

    Uppsats för yrkesexamina på avancerad nivå, Uppsala universitet/Datorteknik

    Författare :Hampus Adolfsson; [2022]
    Nyckelord :compiler; compiler testing; atomics; c11 atomics; arm; risc-v;

    Sammanfattning : The C11 standard introduced atomic types and operations, with an accompanying memory model, to enable the use of shared variables in concurrent programs. In this thesis, I demonstrate how compilers can be tested, in a way that is deterministic and covers the entire set of atomic operations, to ensure they correctly implement C11 atomics and the C11 memory model. LÄS MER