Sciweavers

69
Voted
IWOMP
2010
Springer
15 years 4 months ago
A Proposal for User-Defined Reductions in OpenMP
Alejandro Duran, Roger Ferrer, Michael Klemm, Bron...
ICALP
2010
Springer
15 years 4 months ago
Testing 2-Vertex Connectivity and Computing Pairs of Vertex-Disjoint s-t Paths in Digraphs
We present an O(m + n)-time algorithm that tests if a given directed graph is 2-vertex connected, where m is the number of arcs and n is the number of vertices. Based on this resul...
Loukas Georgiadis
111
Voted
APLAS
2003
ACM
15 years 4 months ago
Dataflow Pointcut in Aspect-Oriented Programming
A dataflow-based pointcut is proposed for aspect-oriented programming (AOP) languages. The pointcut specifies where aspects should be applied based on the origins of values. It is ...
Hidehiko Masuhara, Kazunori Kawauchi
109
Voted
APLAS
2003
ACM
15 years 4 months ago
Resource Usage Verification
We investigate how to automatically verify that resources such as files are not used improperly or unsafely by a program. We employ a mixture of compile-time analysis and run-time ...
Kim Marriott, Peter J. Stuckey, Martin Sulzmann
APLAS
2003
ACM
15 years 4 months ago
Executing Verified Compiler Specification
Abstract. Much work has been done in verifying a compiler specification, both in hand-written and mechanical proofs. However, there is still a gap between a correct compiler specif...
Koji Okuma, Yasuhiko Minamide
86
Voted
APLAS
2001
ACM
15 years 4 months ago
Functional Quantum Programming
Shin-Cheng Mu, Richard S. Bird
101
Voted
APLAS
2001
ACM
15 years 4 months ago
Verifying the CPS Transformation in Isabelle/HOL
We verified two versions of the CPS transformation in Isabelle/HOL: one by Plotkin by Danvy and Filinski. We adopted first order abstract syntax so that the formalization is close...
Yasuhiko Minamide, Koji Okuma
85
Voted
APLAS
2001
ACM
15 years 4 months ago
Simple Type Inference for Structural Polymorphism
Jacques Garrigue
100
Voted
APLAS
2001
ACM
15 years 4 months ago
An Effect System Combining Alias and Liveness for Explicit Memory Reuse
The garbage collection is a safe and efficient method for managing the heap. However it is not efficient for temporary storages that are allocated often and deallocated quickly. R...
Oukseh Lee