Sciweavers

1492 search results - page 23 / 299
» Concurrent programming in VISO
Sort
View
TOPLAS
2008
77views more  TOPLAS 2008»
13 years 9 months ago
A programming model for concurrent object-oriented programs
Bart Jacobs 0002, Frank Piessens, Jan Smans, K. Ru...
SCP
2002
119views more  SCP 2002»
13 years 9 months ago
Polymorphic subtyping in O'Haskell
O'Haskell is a programming language derived from Haskell by the addition of concurrent reactive objects and subtyping. Because Haskell already encompasses an advanced type sy...
Johan Nordlander
CONCURRENCY
1998
139views more  CONCURRENCY 1998»
13 years 9 months ago
Applications experience in Jade
This paper presents our experience developing applications in Jade, a portable, implicitly parallel programming language designed for exploiting task-level concurrency. Jade progr...
Martin C. Rinard
PLDI
2012
ACM
12 years 7 days ago
Dynamic synthesis for relaxed memory models
Modern architectures implement relaxed memory models which may reorder memory operations or execute them non-atomically. Special instructions called memory fences are provided, al...
Feng Liu, Nayden Nedev, Nedyalko Prisadnikov, Mart...
CONCURRENCY
2002
107views more  CONCURRENCY 2002»
13 years 9 months ago
A callgraph-based search strategy for automated performance diagnosis
Abstract. We introduce a new technique for automated performance diagnosis, using the program's callgraph. We discuss our implementation of this diagnosis technique in the Par...
Harold W. Cain, Barton P. Miller, Brian J. N. Wyli...