scispace - formally typeset
Search or ask a question

Showing papers on "Constraint graph (layout) published in 2013"


Proceedings ArticleDOI
21 Jan 2013
TL;DR: A constraint-based locality analysis method called Leopard for X10 that calculates the points-to relations for analyzing the objects and activities in a program and uses a place constraint graph to analyze their locations.
Abstract: X10 is a HPC (High Performance Computing) programming language proposed by IBM for supporting a PGAS (Partitioned Global Address Space) programming model offering a shared address space. The address space can be further partitioned into several logical locations where objects and activities (or threads) will be dynamically created. An analysis of locations can help to check the safety of object accesses through exploring which objects and activities may reside in which locations, while in practice the objects and activities are usually designated at runtime and their locations may also vary under different environments. In this paper, we propose a constraint-based locality analysis method called Leopard for X10. Leopard calculates the points-to relations for analyzing the objects and activities in a program and uses a place constraint graph to analyze their locations.We have developed a tool to support Leopard, and conducted an experiment to evaluate its effectiveness and efficiency. The experimental results show that Leopard can calculate the locations of objects and activities precisely.