Giter Club home page Giter Club logo

rstm's Introduction

RSTM Release 7 Notes

The latest RSTM release features the following changes:

- Support for the Intel Transactional C++ Compiler

- Several new algorithms and performance improvements

- Support for 64-bit environments

- A simpler microbenchmark harness

- New build system based on cmake

- Support for dynamic profiling of transactions, and machine-learning-based
  adaptivity policies

Important Build Notes

- We strongly encourage you to build **outside** of the source tree.  The
  following example assumes that you have this file located in
  /home/yourname/rstm:

  cd /home/yourname/
  mkdir rstm_build
  cd rstm_build
  cmake ../rstm
  make

- If you want to specify build options (e.g., 32-vs-64-bit), you can do an
  interactive configure by setting the '-i' flag when invoking cmake:

  cmake ../rstm -i

Please visit the RSTM Google code site for more information:

http://code.google.com/p/rstm

rstm's People

Contributors

ldalessa avatar yujieliu avatar

Watchers

 avatar

rstm's Issues

munmap can cause inconsistent segfaults

What steps will reproduce the problem?
1. Perform a transaction that privatizes some locations, and then munmap the 
privatized locations non-transactionally.
2. Concurrently execute a speculative transaction that conditionally 
dereferences said locations.
3. Run for a "long time" time.

What is the expected output? 

Results consistent with single-lock semantics.

What do you see instead?

Segmentation faults from the speculative transactions due to privatization 
safety violations.

Workaround?

Perform all munmap operations inside [[relaxed]] transactions.


Original issue reported on code.google.com by [email protected] on 11 Jul 2011 at 5:02

no support for C++ STM nested __cancel operations

What steps will reproduce the problem?
1. Perform a __cancel from a nested transaction.

What is the expected output? 

Execution as-if the nested transaction had canceled.

What do you see instead?

Unpredictable results leading to failures.

Workaround?

None at the moment. `libstm` does not support closed nested transactions and 
thus we cannot support nested __cancel operations. We /do/ support 
__cancel_outer operations.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 11 Jul 2011 at 5:05

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.