<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://mw.hh.se/wg211/index.php?action=history&amp;feed=atom&amp;title=WG211%2FM12Sloane</id>
	<title>WG211/M12Sloane - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://mw.hh.se/wg211/index.php?action=history&amp;feed=atom&amp;title=WG211%2FM12Sloane"/>
	<link rel="alternate" type="text/html" href="http://mw.hh.se/wg211/index.php?title=WG211/M12Sloane&amp;action=history"/>
	<updated>2026-04-05T19:50:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>http://mw.hh.se/wg211/index.php?title=WG211/M12Sloane&amp;diff=821&amp;oldid=prev</id>
		<title>Tony: Created page with &quot;&#039;&#039;Domain-specific algorithm analysis&#039;&#039; by Tony Sloane  Analysis of the run-time complexity of an algorithm begins by abstracting the time taken by basic operations. We then consi...&quot;</title>
		<link rel="alternate" type="text/html" href="http://mw.hh.se/wg211/index.php?title=WG211/M12Sloane&amp;diff=821&amp;oldid=prev"/>
		<updated>2013-05-28T13:25:03Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;Domain-specific algorithm analysis&amp;#039;&amp;#039; by Tony Sloane  Analysis of the run-time complexity of an algorithm begins by abstracting the time taken by basic operations. We then consi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;Domain-specific algorithm analysis&amp;#039;&amp;#039; by Tony Sloane&lt;br /&gt;
&lt;br /&gt;
Analysis of the run-time complexity of an algorithm begins by abstracting the&lt;br /&gt;
time taken by basic operations. We then consider how many times each basic&lt;br /&gt;
operation will be performed in terms of some measure of problem size. The&lt;br /&gt;
result is a formula that estimates run-time in terms of the basic operation&lt;br /&gt;
times and the problem size. Space usage can be analysed in a similar way.&lt;br /&gt;
&lt;br /&gt;
This talk will present some preliminary work that applies this method to the&lt;br /&gt;
analysis of domain-specific algorithms. Our goal is to provide a way for&lt;br /&gt;
algorithms expressed in domain-specific languages to be compared. We show that&lt;br /&gt;
the abstraction of basic operations is mostly pre-determined by the domain and&lt;br /&gt;
therefore does not have to be done anew for each algorithm. The analysis of&lt;br /&gt;
repetition depends on some properties of domain-specific data and the high-&lt;br /&gt;
level operations that are performed on that data.&lt;br /&gt;
&lt;br /&gt;
The main example is a comparison between approaches to name analysis in&lt;br /&gt;
programming languages as expressed by an attribute grammar domain-specific&lt;br /&gt;
language. We aim to get a clear view of the differences between an approach&lt;br /&gt;
that propagates an environment around a syntax tree and one that uses&lt;br /&gt;
reference attributes to represent naming information by its declarations.&lt;/div&gt;</summary>
		<author><name>Tony</name></author>
	</entry>
</feed>