Sciweavers

DBPL
2007
Springer

Analysis of Imperative XML Programs

13 years 10 months ago
Analysis of Imperative XML Programs
The widespread adoption of XML has led to programming languages that support XML as a first class construct. In this paper, we present a method for analyzing and optimizing imperative XML processing programs. In particular, we present a program analysis, based on a flow-sensitive type system, for detecting both redundant computations and redundant traversals in XML processing programs. The analysis handles declarative queries over XML data and imperative loops that traverse XML values explicitly in a uniform framework. We describe two optimizations that take advantage of our analysis: one merges queries that traverse the same set of XML nodes, and the other replaces an XPath expression by a previously computed result. We show the effectiveness of our method by providing performance measurements on XMark benchmark queries and XLinq sample queries.
Michael G. Burke, Igor Peshansky, Mukund Raghavach
Added 07 Jun 2010
Updated 07 Jun 2010
Type Conference
Year 2007
Where DBPL
Authors Michael G. Burke, Igor Peshansky, Mukund Raghavachari, Christoph Reichenbach
Comments (0)