Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1474)

Delta Between Two Patch Sets: src/pkg/runtime/race/README

Issue 55100044: code review 55100044: runtime: use custom thunks for race calls instead of cgo (Closed)
Left Patch Set: diff -r 09a55add2bb5 https://dvyukov%40google.com@code.google.com/p/go/ Created 10 years, 2 months ago
Right Patch Set: diff -r 340da08f5f54 https://dvyukov%40google.com@code.google.com/p/go/ Created 10 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « src/pkg/runtime/race.c ('k') | src/pkg/runtime/race/race.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 runtime/race package contains the data race detector runtime library. 1 runtime/race package contains the data race detector runtime library.
2 It is based on ThreadSanitizer race detector, that is currently a part of 2 It is based on ThreadSanitizer race detector, that is currently a part of
3 the LLVM project. 3 the LLVM project.
4 4
5 To update the .syso files you need to: 5 To update the .syso files you need to:
6 $ svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk 6 $ svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk
7 $ cd compiler-rt/lib/tsan/go 7 $ cd compiler-rt/lib/tsan/go
8 $ ./buildgo.sh 8 $ ./buildgo.sh
9 9
10 Tested with gcc 4.6.1 and 4.7.0. On Windows it's built with 64-bit MinGW. 10 Tested with gcc 4.6.1 and 4.7.0. On Windows it's built with 64-bit MinGW.
11 11
12 Current runtime is built on rev 191161. 12 Current runtime is built on rev 203116.
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b