We present the design of a formal low-level multi-threaded lan-guage with advanced region-based memory management and syn-chronization primitives, where well-typed programs are memory safe and race free. In our language, regions and locks are combined in a single hierarchy and are subject to uniform ownership con-straints imposed by a hierarchical structure: deallocating a region causes its sub-regions to be deallocated. Similarly, when a region is protected, then its sub-regions are also protected. We discuss as-pects of the integration and implementation of the formal language within Cyclone and evaluate the performance of code produced by the modified Cyclone compiler against highly optimized C pro-grams using atomic operations, pthreads...
A desirable concurrency semantics to provide for programs is region serializability. This strong sem...
The goal of the Cyclone project is to investigate type safety for lowlevel languages such as C. Our ...
When lock-based parallel programs execute on conventional multi-core hardware, faulty software can c...
We present the design of a formal low-level multi-threaded lan-guage with advanced region-based memo...
We present the design of a formal low-level multithreaded language with advanced region-based memory...
A current challenge for programming language research is to design and implement multithreaded low-l...
A challenge for programming language research is to design and implement multi-threaded low-level la...
We extend Cyclone, a type-safe polymorphic language at the C level of abstraction, with threads and ...
Cyclone is a polymorphic, type-safe programming language derived from C\@. The primary design goa...
Cyclone is a type-safe programming language intended for applications requiring control over memory ...
AbstractThe goal of the Cyclone project is to investigate how to make a low-level C-like language sa...
The goal of the Cyclone project is to investigate how to make a low-level C-like language safe. Our ...
This paper reports on an experiment to add concurrency to the Cyclone programming language, in order...
Cyclone is a safe dialect of C. It has been designed from the ground up to prevent the bu#er overflo...
Cyclone is a type-safe programming language intended for applications requiring control over memory...
A desirable concurrency semantics to provide for programs is region serializability. This strong sem...
The goal of the Cyclone project is to investigate type safety for lowlevel languages such as C. Our ...
When lock-based parallel programs execute on conventional multi-core hardware, faulty software can c...
We present the design of a formal low-level multi-threaded lan-guage with advanced region-based memo...
We present the design of a formal low-level multithreaded language with advanced region-based memory...
A current challenge for programming language research is to design and implement multithreaded low-l...
A challenge for programming language research is to design and implement multi-threaded low-level la...
We extend Cyclone, a type-safe polymorphic language at the C level of abstraction, with threads and ...
Cyclone is a polymorphic, type-safe programming language derived from C\@. The primary design goa...
Cyclone is a type-safe programming language intended for applications requiring control over memory ...
AbstractThe goal of the Cyclone project is to investigate how to make a low-level C-like language sa...
The goal of the Cyclone project is to investigate how to make a low-level C-like language safe. Our ...
This paper reports on an experiment to add concurrency to the Cyclone programming language, in order...
Cyclone is a safe dialect of C. It has been designed from the ground up to prevent the bu#er overflo...
Cyclone is a type-safe programming language intended for applications requiring control over memory...
A desirable concurrency semantics to provide for programs is region serializability. This strong sem...
The goal of the Cyclone project is to investigate type safety for lowlevel languages such as C. Our ...
When lock-based parallel programs execute on conventional multi-core hardware, faulty software can c...