<?xml version="1.0" encoding="UTF-8"?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2026-08-13T08:45:34Z</responseDate>
  <request identifier="1574" metadataPrefix="oai_dc" verb="GetRecord">https://drops.dagstuhl.de/oai</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:drops-oai.dagstuhl.de:1574</identifier>
        <datestamp>2024-03-06T11:08:05Z</datestamp>
        <setSpec>ddc:004</setSpec>
        <setSpec>open_access</setSpec>
      </header>
      <metadata>
        <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
          <dc:title>Scalable Analysis via Machine Learning: Predicting Memory Dependencies Precisely</dc:title>
          <dc:creator>Gesellensetter, Lars</dc:creator>
          <dc:subject>Program Analysis</dc:subject>
          <dc:subject>Alias Analysis</dc:subject>
          <dc:subject>Memory Depdencies</dc:subject>
          <dc:subject>Speculative Optimizations</dc:subject>
          <dc:subject>Machine Learning</dc:subject>
          <dc:description>Using Machine Learning to yield Scalable Program Analyses&#13;
&#13;
Program Analysis tackles the problem of predicting the behavior or  &#13;
certain properties of the considered program code.  The challenge lies in&#13;
determining the dynamic runtime behavior statically at compile time. &#13;
While in rare cases it is possible to determine exact dynamic properties &#13;
already statically, in many cases, e.g., in analyzing memory dependencies, &#13;
one can only find imprecise information. To overcome this, we apply &#13;
Machine Learning (ML) techniques which are particularly suited for this &#13;
task.  They yield highly scalable predictors and are safely applicable when &#13;
erroneous predictions merely have an impact on program optimality but&#13;
not on correctness.&#13;
&#13;
In this talk, I present our approach to mitigate the impact of the memory &#13;
gap. Over the last decade, computer performance is often dominated&#13;
by memory speed, which did not manage to keep pace with the ever&#13;
increasing cpu rates. We consider novel speculative optimization&#13;
techniques of memory accesses to reduce their effective latency. &#13;
We trained predictors to learn the memory dependencies of a given pair &#13;
of accesses, and use the result in our optimization do decide about the &#13;
profitability of a given optimization step.</dc:description>
          <dc:publisher>Schloss Dagstuhl – Leibniz-Zentrum für Informatik</dc:publisher>
          <dc:contributor>Lars Gesellensetter</dc:contributor>
          <dc:date>2008</dc:date>
          <dc:relation>Is Part Of Dagstuhl Seminar Proceedings, Volume 8161, Scalable Program Analysis (2008)</dc:relation>
          <dc:type>InProceedings</dc:type>
          <dc:type>Text</dc:type>
          <dc:type>doc-type:ResearchArticle</dc:type>
          <dc:type>publishedVersion</dc:type>
          <dc:format>application/pdf</dc:format>
          <dc:identifier>doi:10.4230/DagSemProc.08161.6</dc:identifier>
          <dc:identifier>urn:nbn:de:0030-drops-15745</dc:identifier>
          <dc:identifier>https://drops.dagstuhl.de/entities/document/10.4230/DagSemProc.08161.6</dc:identifier>
          <dc:language>eng</dc:language>
          <dc:rights>https://creativecommons.org/licenses/by/4.0/legalcode</dc:rights>
        </oai_dc:dc>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
