Sign in
go
/
go
/
b8caed823b39b5a86b694f9ec60a8b43323248e8
/
src
/
runtime
/
proc_test.go
c4ee44b
cmd/gc: transform closure calls to function calls
by Dmitry Vyukov
· 10 years ago
0e80b2e
cmd/gc: capture variables by value
by Dmitry Vyukov
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/runtime/proc_test.go]
dbed4e9
runtime: get rid of other Go->C calls in test exports.
by Keith Randall
· 11 years ago
387c1c6
runtime: make a test more robust
by Dmitriy Vyukov
· 11 years ago
69257d1
runtime: use RunParallel in more benchmarks
by Dmitriy Vyukov
· 11 years ago
d76a1e5
runtime: fix test on windows
by Dmitriy Vyukov
· 11 years ago
90eca36
runtime: ensure fair scheduling during frequent GCs
by Dmitriy Vyukov
· 11 years ago
d8bbbd2
runtime: make new tests shorter in short mode
by Dmitriy Vyukov
· 12 years ago
a20784b
runtime: enable goroutine preemption
by Dmitriy Vyukov
· 12 years ago
5c8ad2e
runtime: fix race builders
by Dmitriy Vyukov
· 12 years ago
bc31bcc
runtime: preempt long-running goroutines
by Dmitriy Vyukov
· 12 years ago
0a86b4d
runtime: minor test cleanup
by Dmitriy Vyukov
· 12 years ago
031c107
cmd/ld: fix large stack split for preempt check
by Russ Cox
· 12 years ago
32fef99
runtime: fix CPU underutilization
by Dmitriy Vyukov
· 12 years ago
1184407
runtime: disable preemption test (fix build)
by Russ Cox
· 12 years ago
1e112cd
runtime: preempt goroutines for GC
by Dmitriy Vyukov
· 12 years ago
7ebb187
undo CL 9776044 / 1e280889f997
by Dmitriy Vyukov
· 12 years ago
15a1c3d
runtime: fix CPU underutilization
by Dmitriy Vyukov
· 12 years ago
4bb491b
runtime: improve scheduler fairness
by Dmitriy Vyukov
· 12 years ago
38d4d3c
runtime: refactor Syscall benchmark
by Dmitriy Vyukov
· 12 years ago
72b09bd
runtime: add matrix multiplication benchmark
by Dmitriy Vyukov
· 12 years ago
353ce60
runtime: implement local work queues (in preparation for new scheduler)
by Dmitriy Vyukov
· 12 years ago
a92e11a
runtime: ensure forward progress of runtime.Gosched() for locked goroutines
by Dmitriy Vyukov
· 12 years ago
60526ca
undo CL 7310096 / 59da6744d66d
by Russ Cox
· 12 years ago
f87b7f6
runtime: ensure forward progress of runtime.Gosched() for locked goroutines
by Dmitriy Vyukov
· 12 years ago
6a82848
runtime: add more tests for LockOSThread()
by Dmitriy Vyukov
· 12 years ago
6a9e956
all: use t.Skip{,f}
by Dave Cheney
· 12 years ago
f82db7d
runtime: less aggressive per-thread stack segment caching
by Dmitriy Vyukov
· 12 years ago
5a5e698
runtime: add goroutine creation benchmark
by Dmitriy Vyukov
· 13 years ago
025abd5
runtime: faster entersyscall, exitsyscall
by Russ Cox
· 14 years ago
c9152a8
runtime: eliminate contention during stack allocation
by Dmitriy Vyukov
· 14 years ago
91cc1e6
runtime: reset GOMAXPROCS during tests
by Dmitriy Vyukov
· 14 years ago
4f7fd3c
runtime: disable long test (fix arm build)
by Russ Cox
· 14 years ago
781df13
runtime: stop deadlock test properly (fix arm5 build)
by Russ Cox
· 14 years ago
29d78f1
runtime: fix GOMAXPROCS vs garbage collection bug
by Dmitriy Vyukov
· 14 years ago