summaryrefslogtreecommitdiff
path: root/test/inline_sync.go
Commit message (Expand)AuthorAgeFilesLines
* test: re-enable atomic intrinsic related tests on riscv64Joel Sing2020-03-251-4/+1
* test: adjust tests for riscv64Joel Sing2020-01-251-1/+4
* cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky2019-04-021-5/+5
* sync: allow inlining the RWMutex.RUnlock fast pathCarlo Alberto Ferraris2019-03-091-0/+13
* sync: allow inlining the Once.Do fast pathCarlo Alberto Ferraris2019-03-091-0/+7
* sync: allow inlining the Mutex.Lock fast pathCarlo Alberto Ferraris2019-03-091-1/+10
* test: skip mutex Unlock inlining tests on a few buildersAlberto Donizetti2019-03-051-1/+1
* sync: allow inlining the Mutex.Unlock fast pathCarlo Alberto Ferraris2019-03-051-0/+24