An error occurred fetching the project authors.
- 13 Jun, 2013 1 commit
-
-
Dmitriy Vyukov authored
This revision properly handles memory range accesses. Fixes #4453. Fixes #5654. R=golang-dev, iant, remyoudompheng CC=golang-dev https://golang.org/cl/10082043
-
- 10 Jun, 2013 1 commit
-
-
Dmitriy Vyukov authored
Fixes #5567. R=golang-dev, dave, iant CC=golang-dev https://golang.org/cl/10085043
-
- 20 May, 2013 1 commit
-
-
Rémy Oudompheng authored
It contains the LHS of the range clause and gets instrumented by racewalk, but it doesn't have any meaning. Fixes #5446. R=golang-dev, dvyukov, daniel.morsing, r CC=golang-dev https://golang.org/cl/9560044
-
- 27 Mar, 2013 2 commits
-
-
Rémy Oudompheng authored
Fixes race builder. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8055045
-
Rémy Oudompheng authored
The remaining issues are about runtime and sync package instrumentation. Update #4228 R=dvyukov, bradfitz CC=golang-dev https://golang.org/cl/8041043
-
- 26 Mar, 2013 2 commits
-
-
Rémy Oudompheng authored
A HMUL node appears in some constant divisions, but to observe a false negative in race detector the divisor must be suitably chosen to make sure the only memory access is done for HMUL. R=dvyukov CC=golang-dev https://golang.org/cl/7935045
-
Rémy Oudompheng authored
Handle interface comparison correctly, add a few more tests, mark more nodes as impossible. R=dvyukov, golang-dev CC=golang-dev https://golang.org/cl/7942045
-
- 25 Mar, 2013 1 commit
-
-
Rémy Oudompheng authored
The right operand of a && and || is only executed conditionnally, so the instrumentation must be more careful. In particular it should not turn nodes assumed to be cheap after walk into expensive ones. Update #4228 R=dvyukov, golang-dev CC=golang-dev https://golang.org/cl/7986043
-
- 21 Mar, 2013 1 commit
-
-
Rémy Oudompheng authored
Add missing CLOSUREVAR in switch. Mark MAKE, string conversion nodes as impossible. Control statements do not need instrumentation. Instrument COM and LROT nodes. Instrument map length. Update #4228 R=dvyukov, golang-dev CC=golang-dev https://golang.org/cl/7504047
-
- 08 Feb, 2013 1 commit
-
-
Dmitriy Vyukov authored
With the new scheduler races in the tests are reported during execution of other tests. The change joins goroutines started during the tests. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7310066
-
- 27 Nov, 2012 2 commits
-
-
Dmitriy Vyukov authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6854103
-
Dmitriy Vyukov authored
R=golang-dev, remyoudompheng, rsc CC=golang-dev https://golang.org/cl/6525052
-