Sciweavers

2 search results - page 1 / 1
» A time-aware type system for data-race protection and guaran...
Sort
View
OOPSLA
2010
Springer
13 years 5 months ago
A time-aware type system for data-race protection and guaranteed initialization
We introduce a type system based on intervals, objects representing the time in which a block of code will execute. The type system can verify time-based properties such as when a...
Nicholas D. Matsakis, Thomas R. Gross
TLDI
2003
ACM
110views Formal Methods» more  TLDI 2003»
14 years 17 days ago
Type-safe multithreading in cyclone
We extend Cyclone, a type-safe polymorphic language at vel of abstraction, with threads and locks. Data races can violate type safety in Cyclone. An extended type system staticall...
Dan Grossman