jaingaurav / rstm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Other


Languages

Language:C 58.7%Language:C++ 38.9%Language:Objective-C 1.3%Language:Java 0.5%Language:Assembly 0.4%Language:Perl 0.2%