Cookies
O website necessita de alguns cookies e outros recursos semelhantes para funcionar. Caso o permita, o INESC TEC irá utilizar cookies para recolher dados sobre as suas visitas, contribuindo, assim, para estatísticas agregadas que permitem melhorar o nosso serviço. Ver mais
Aceitar Rejeitar
  • Menu
Publicações

Publicações por Jorge Sousa Pinto

2000

Sequential and concurrent abstract machines for interaction nets

Autores
Pinto, JS;

Publicação
FOUNDATIONS OF SOFTWARE SCIENCE AND COMPUTATION STRUCTURES

Abstract
This paper is a formal study of how to implement interaction nets, filling an important gap in the work on this graphical rewriting formalism, very promising for the implementation of languages based on the gimel -calculus. We propose the first abstract machine for interaction net reduction, based on a decomposition of interaction rules into more atomic steps, which tackles all the implementation details hidden in the graphical presentation. As a natural extension of this, we then give a concurrent shared-memory abstract machine, and show how to implement it, resulting in the first parallel implementation of interaction nets.

2012

Preface

Autores
Kniesel, G; Pinto, JS;

Publicação
Electronic Notes in Theoretical Computer Science

Abstract

2011

Rigorous Software Development - An Introduction to Program Verification

Autores
Almeida, JB; Frade, MJ; Pinto, JS; Sousa, SMd;

Publicação
Undergraduate Topics in Computer Science

Abstract

2001

Parallel implementation models for the lambda-calculus using the geometry of interaction

Autores
Pinto, JS;

Publicação
TYPED LAMBDA CALCULI AND APPLICATIONS, PROCEEDINGS

Abstract
An examination of Girard's execution formula suggests implementations of the Geometry of Interaction at the syntactic level. In this paper we limit our scope to ground-type terms and study the parallel aspects of such implementations, by introducing a family of abstract machines which can be directly implemented. These machines address all the important implementation issues such as the choice of an interthread communication model, and allow to incorporate specific strategies for dividing the computation of the execution path into smaller tasks.

2007

A Higher-Order Calculus for Graph Transformation

Autores
Fernandez, M; Mackie, I; Pinto, JS;

Publicação
Electronic Notes in Theoretical Computer Science

Abstract
This paper presents a formalism for defining higher-order systems based on the notion of graph transformation (by rewriting or interaction). The syntax is inspired by the Combinatory Reduction Systems of Klop. The rewrite rules can be used to define first-order systems, such as graph or term-graph rewriting systems, Lafont's interaction nets, the interaction systems of Asperti and Laneve, the non-deterministic nets of Alexiev, or a process calculus. They can also be used to specify higher-order systems such as hierarchical graphs and proof nets of Linear Logic, or to specify the operational semantics of graph-based languages.

2012

Assertion-based slicing and slice graphs

Autores
Barros, JB; da Cruz, D; Henriques, PR; Pinto, JS;

Publicação
FORMAL ASPECTS OF COMPUTING

Abstract
This paper revisits the idea of slicing programs based on their axiomatic semantics, rather than using criteria based on control/data dependencies. We show how the forward propagation of preconditions and the backward propagation of postconditions can be combined in a new slicing algorithm that is more precise than the existing specification-based algorithms. The algorithm is based on (a) a precise test for removable statements, and (b) the construction of a slice graph, a program control flow graph extended with semantic labels and additional edges that "short-circuit" removable commands. It improves on previous approaches in two aspects: it does not fail to identify removable commands; and it produces the smallest possible slice that can be obtained (in a sense that will be made precise). Iteration is handled through the use of loop invariants and variants to ensure termination. The paper also discusses in detail applications of these forms of slicing, including the elimination of (conditionally) unreachable and dead code, and compares them to other related notions.

  • 7
  • 11