JavaMemoryModel: [ANN]: JmmSolve 0.1: generative implementation of CCMs

From: Tom Schrijvers (Tom.Schrijvers@cs.kuleuven.ac.be)
Date: Tue Mar 16 2004 - 10:35:30 EST


Hi all,

Vijay Saraswat wrote:
> Have just released the paper "Concurrent Constraint-based Memory
> Machines: A framework for Java Memory Models" on my website
> http://www.saraswat.org
>
> The basic idea behind the paper is to describe an abstract machine,
> somewhat in the style of the original JLS spec, but substantially
> simplified by the use of constraints and the focus on completing a
> concurrent set of events in one transition. This allows all the
> causality problems this list has been looking at to be posed as simple
> constraint problems which can be solved by known techniques. Indeed Bart
> Demoen and Tom Schrijvers are developing an implementation of CCMs using
> Constraint Handling Rules on top of SWI Prolog so that all possible
> behaviors of "small" programs can be automatically generated. I hope to
> see an announcement shortly.

The first release of the generative implementation of CCMs, JmmSolve 0.1,
is available from:

http://www.cs.kuleuven.ac.be/~toms/jmmsolve/

JmmSolve automatically generates all possible valid behaviors, linkings of
reads and writes and corresponding values.

The current version is limited to normal variables and read and
(conditional) write events in the event language. We are planning to do
weekly updates, adding locking, volatile variables and translation from
source language to event language.

Please have a look and let us know what you think.

Best,

Tom

-------------------------------
JavaMemoryModel mailing list - http://www.cs.umd.edu/~pugh/java/memoryModel



This archive was generated by hypermail 2b29 : Thu Oct 13 2005 - 07:00:59 EDT