Sciweavers

31 search results - page 2 / 7
» On one-pass CPS transformations
Sort
View
ICFP
2003
ACM
14 years 5 months ago
Verifying CPS transformations in Isabelle/HOL
We have verified several versions of the CPS transformation in Isabelle/HOL. In our verification we adopted first-order abstract syntax with variable names so that the formalizati...
Yasuhiko Minamide, Koji Okuma
APLAS
2001
ACM
13 years 9 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
APLAS
2001
ACM
13 years 9 months ago
Linearly Used Effects: Monadic and CPS Transformations into the Linear Lambda Calculus
Abstract. We propose a semantic and syntactic framework for modelling linearly used effects, by giving the monadic transforms of the computational lambda calculus (considered as th...
Masahito Hasegawa
LISP
2002
135views more  LISP 2002»
13 years 5 months ago
Optimizing Nested Loops Using Local CPS Conversion
Abstract. Local CPS conversion is a compiler transformation for improving the code generated for nested loops by a direct-style compiler that uses recursive functions to represent ...
John H. Reppy
JFP
2007
72views more  JFP 2007»
13 years 5 months ago
On one-pass CPS transformations
Olivier Danvy, Kevin Millikin, Lasse R. Nielsen