It is an important criterion of program correctness that a program accesses resources in a valid manner. For example, a memory region that has been allocated should be even-tually deallocated, and after the deallocation, the region should no longer be accessed. A file that has been opened should be eventually closed. So far, most of the methods to analyze this kind of property have been proposed in rather specific contexts (like studies of memory management and verification of usage of lock primitives), and it was not so clear what is the essence of those methods or how methods proposed for individual problems are related. To remedy this situation, we formalize a general problem of analyz-ing resource usage as a resource usage analysis prob...
Predicting the resources that are consumed by a program component is crucial for many parallel or di...
. This paper will present an analysis for detecting single uses of values in functional programs du...
In many situations a programmer must be concerned with resources which are not accounted and control...
Abstract. We propose a type-based resource usage analysis for the πcalculus extended with resource c...
The prediction of resource consumption in programs has gained interest in the last years. It is impo...
Since the beginning of automated computing in the middle of the last century, the development of com...
An extension of the $\lambda$-calculus is proposed, to study resource usage analysis and verificat...
We present a generic analysis that infers both upper and lower bounds on the usage that a program ma...
Abstract—The notion of resource plays a central role in concurrent systems. In its purest form a res...
Abstract. Resource usage is one of the most important characteristics of programs. Automatically gen...
Abstract. We investigate how to automatically verify that resources such as files are not used impro...
Controlling resource usage is important for the reliability, efficiency and security of software sys...
AbstractAutomatic cost analysis of programs has been traditionally concentrated on a reduced number ...
In order to automatically infer the resource consumption of programs, analyzers track how data sizes...
<p>Predicting the resources that are consumed by a program component is crucial for many paral...
Predicting the resources that are consumed by a program component is crucial for many parallel or di...
. This paper will present an analysis for detecting single uses of values in functional programs du...
In many situations a programmer must be concerned with resources which are not accounted and control...
Abstract. We propose a type-based resource usage analysis for the πcalculus extended with resource c...
The prediction of resource consumption in programs has gained interest in the last years. It is impo...
Since the beginning of automated computing in the middle of the last century, the development of com...
An extension of the $\lambda$-calculus is proposed, to study resource usage analysis and verificat...
We present a generic analysis that infers both upper and lower bounds on the usage that a program ma...
Abstract—The notion of resource plays a central role in concurrent systems. In its purest form a res...
Abstract. Resource usage is one of the most important characteristics of programs. Automatically gen...
Abstract. We investigate how to automatically verify that resources such as files are not used impro...
Controlling resource usage is important for the reliability, efficiency and security of software sys...
AbstractAutomatic cost analysis of programs has been traditionally concentrated on a reduced number ...
In order to automatically infer the resource consumption of programs, analyzers track how data sizes...
<p>Predicting the resources that are consumed by a program component is crucial for many paral...
Predicting the resources that are consumed by a program component is crucial for many parallel or di...
. This paper will present an analysis for detecting single uses of values in functional programs du...
In many situations a programmer must be concerned with resources which are not accounted and control...