AbstractAbstract interpretation is a compile-time technique which is used to gain information about a program that may then be used to optimise the execution of the program. A particular use of abstract interpretation is the strictness analysis of functional programs. This provides the key to the exploitation of parallelism in the evaluation of programs written in functional languages. In a language that has lazy semantics, the main potential for parallelism arises in the evaluation of operands of strict operators. A function is strict in an argument if its value is undefined whenever the argument is undefined. If we can use strictness analysis to detect which arguments a function is strict in, we then know that these arguments can be safel...
AbstractIn this paper we present the results of two pieces of work which, when combined, allow us to...
This report deals with strictness types, a way of recording whether a function needs its argument(s)...
AbstractA theory of abstract interpretation (P. Cousot and R. Cousot, in “Conf. Record, 4th ACM Symp...
AbstractAbstract interpretation is a compile-time technique which is used to gain information about ...
We describe a simple strictness analyser for purely-functional programs, show how its results are us...
A substantial amount of work has been devoted to the proof of correctness of various program analyse...
Abstract. In this report a new backward strictness analysis for functional languages is presented. I...
. We show that compiler optimisations based on strictness analysis can be expressed formally in the ...
Abstract. In this report a new backward strictness analysis for functional languages is presented. I...
AbstractExpression evaluation in lazy applicative languages is usually implemented by an expensive m...
A construction for finite abstract domains is presented which is quite general, being applicable to ...
A construction for finite abstract domains is presented which is quite general, being applicable to ...
We extend an existing first-order typing system for strictness analysis to the fully higher-order ca...
We extend an existing first-order typing system for strictness analysis to the fully higher-order ca...
We extend an existing first-order typing system for strictness analysis to the fully higher-order ca...
AbstractIn this paper we present the results of two pieces of work which, when combined, allow us to...
This report deals with strictness types, a way of recording whether a function needs its argument(s)...
AbstractA theory of abstract interpretation (P. Cousot and R. Cousot, in “Conf. Record, 4th ACM Symp...
AbstractAbstract interpretation is a compile-time technique which is used to gain information about ...
We describe a simple strictness analyser for purely-functional programs, show how its results are us...
A substantial amount of work has been devoted to the proof of correctness of various program analyse...
Abstract. In this report a new backward strictness analysis for functional languages is presented. I...
. We show that compiler optimisations based on strictness analysis can be expressed formally in the ...
Abstract. In this report a new backward strictness analysis for functional languages is presented. I...
AbstractExpression evaluation in lazy applicative languages is usually implemented by an expensive m...
A construction for finite abstract domains is presented which is quite general, being applicable to ...
A construction for finite abstract domains is presented which is quite general, being applicable to ...
We extend an existing first-order typing system for strictness analysis to the fully higher-order ca...
We extend an existing first-order typing system for strictness analysis to the fully higher-order ca...
We extend an existing first-order typing system for strictness analysis to the fully higher-order ca...
AbstractIn this paper we present the results of two pieces of work which, when combined, allow us to...
This report deals with strictness types, a way of recording whether a function needs its argument(s)...
AbstractA theory of abstract interpretation (P. Cousot and R. Cousot, in “Conf. Record, 4th ACM Symp...