Sciweavers

129
Voted
APLAS
2001
ACM
15 years 7 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
133
Voted
APCSAC
2003
IEEE
15 years 7 months ago
On Implementing High Level Concurrency in Java
Abstract. Increasingly threading has become an important architectural component of programming languages to support parallel programming. Previously we have proposed an elegant la...
G. Stewart Von Itzstein, Mark Jasiunas
105
Voted
APLAS
2001
ACM
15 years 7 months ago
Simple Type Inference for Structural Polymorphism
Jacques Garrigue
APLAS
2001
ACM
15 years 7 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
APLAS
2001
ACM
15 years 7 months ago
A Type System for the Push-Enter Model
Kwanghoon Choi, Taisook Han