Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

Benchmarks for weak memory models #1297

@hernanponcedeleon

Description

@hernanponcedeleon

This issue is to keep track of discussions about adding new benchmarks to the repository exposing weak memory behaviours and the creation of a new SVCOMP category for weak memory models.

On 25/04/2021 we had a meeting to discuss the step forward. The following people participated:

  • Dirk Beyer
  • Zsófia Ádám
  • Levente Bajczi
  • Matthias Heizmann
  • Dominik Klumpp
  • Henrich Lauko
  • Hernan Ponce de Leon

In that meeting we agreed on the following:

  1. we will initially focus our efforts in x86
  2. we will use C11 atomic library for the benchmarks

Topics that are still open for discussion:

  1. we need to agree on which formalisation of x86 we will use. The agreement is that we should have both an axiomatic and operational semantics definitions which have been shown equivalents: this paper seems to give us what we want.
  2. we need to decide how to handle hardware specific instructions (e.g. fences and compare-and-swap). Atomics builtins might be an option. There was another (more general) proposal using bell extensions.
  3. witnesses: we need witness validators. MetaVal was proposed as an alternative: it requires coming up with a program transformation. I'm working on support for witness validation in Dartagnan. It will probably also handles wmm but there are some things about witnesses that requires some discussion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions