@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://rec.harvest-normandie.data4citizen.com/dataset/oai-hal-hal-00911146v1> a dcat:Dataset ;
    dct:description """
              Interpreters have been used in many contexts. They provide portability and ease of development at the expense of performance. The literature of the past decade covers analysis of why interpreters are slow, and many software techniques to improve them. A large proportion of these works focuses on the dispatch loop, and in particular on the implementation of the switch statement: typically an indirect branch instruction. Conventional wisdom attributes a significant penalty to this branch, due to its high misprediction rate. We revisit this assumption, considering current interpreters, and modern predictors. Using both hardware counters and simulation, we show that the accuracy of indirect branch prediction is no longer critical for interpreters. We also compare the characteristics of these interpreters and analyze why the indirect branch is less important than before.
            """ ;
    dct:identifier "Report N°: RR-8405" ;
    dct:issued "2026-05-08T01:09:23.866817"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2026-05-08T01:09:23.866822"^^xsd:dateTime ;
    dct:publisher <https://rec.harvest-normandie.data4citizen.com/organization/cce9db95-46d9-4dc2-84b6-764215d0a002> ;
    dct:title "Branch Prediction and the Performance of Interpreters - Don't Trust Folklore" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "CCSD" ] ;
    dcat:distribution <https://rec.harvest-normandie.data4citizen.com/dataset/oai-hal-hal-00911146v1/resource/a6e2e16e-0e60-4708-8ee4-20b136c6e2e6> ;
    dcat:keyword "branch-prediction",
        "infoeu-reposemanticsreport",
        "infoinfo-ohcomputer-science-csother-csoh",
        "interpreters",
        "performance",
        "reports" ;
    dcat:landingPage <https://inria.hal.science/hal-00911146> .

<https://rec.harvest-normandie.data4citizen.com/dataset/oai-hal-hal-00911146v1/resource/a6e2e16e-0e60-4708-8ee4-20b136c6e2e6> a dcat:Distribution ;
    dct:format "HTML" ;
    dct:issued "2026-05-08T01:09:23.875754"^^xsd:dateTime ;
    dct:modified "2026-05-08T01:09:23.850481"^^xsd:dateTime ;
    dct:title "Branch Prediction and the Performance of Interpreters - Don't Trust Folklore" ;
    dcat:accessURL <https://inria.hal.science/hal-00911146> .

<https://rec.harvest-normandie.data4citizen.com/organization/cce9db95-46d9-4dc2-84b6-764215d0a002> a foaf:Agent ;
    foaf:name "test_moissonnage_selune" .

<https://inria.hal.science/hal-00911146> a foaf:Document .

