-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
37 lines (23 loc) · 913 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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