Skip to content

mxpph/litmusgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LitmusGraph

Generate execution graphs for concurrent executions described in the following format:

[thread1]
x := 1
sfence
a := y // 0

[thread2]
y := 1
b := CAS(x, 0, 2) // 0

for more information see FORMAT.md

Usage

Install Scala and sbt.

You can compile code with sbt compile and run it with sbt "run filename".

About

Generate declarative execution graphs for concurrent executions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages