<?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-07-21T20:14:31Z</responseDate>
  <request identifier="1570" metadataPrefix="oai_dc" verb="GetRecord">https://drops.dagstuhl.de/oai</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:drops-oai.dagstuhl.de:1570</identifier>
        <datestamp>2024-03-06T11:08:06Z</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>Value Flow Graph Analysis with SATIrE</dc:title>
          <dc:creator>Barany, Gergö</dc:creator>
          <dc:subject>Partial redundancy elimination</dc:subject>
          <dc:subject>value flow analysis</dc:subject>
          <dc:subject>source-to-source optimization</dc:subject>
          <dc:description>Partial redundancy elimination is a common program optimization that&#13;
attempts to improve execution time by removing superfluous computations from&#13;
a program.  There are two well-known classes of such techniques: syntactic&#13;
and semantic methods.  While semantic optimization is more powerful,&#13;
traditional algorithms based on SSA from are complicated, heuristic in&#13;
nature, and unable to perform certain useful optimizations.  The value flow&#13;
graph is a syntactic program representation modeling semantic equivalences;&#13;
it allows the combination of simple syntactic partial redundancy elimination&#13;
with a powerful semantic analysis.  This yields an optimization that is&#13;
computationally optimal and simpler than traditional semantic methods.&#13;
&#13;
This talk discusses partial redundancy elimination using the value flow&#13;
graph.  A source-to-source optimizer for C++ was implemented using the&#13;
SATIrE program analysis and transformation system.  Two tools integrated in&#13;
SATIrE were used in the implementation: ROSE is a framework for arbitrary&#13;
analyses and source-to-source transformations of C++ programs, PAG is a tool&#13;
for generating data flow analyzers from functional specifications.</dc:description>
          <dc:publisher>Schloss Dagstuhl – Leibniz-Zentrum für Informatik</dc:publisher>
          <dc:contributor>Gergö Barany</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.9</dc:identifier>
          <dc:identifier>urn:nbn:de:0030-drops-15709</dc:identifier>
          <dc:identifier>https://drops.dagstuhl.de/entities/document/10.4230/DagSemProc.08161.9</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>
