Sign in
go
/
go
/
3f91a017f8f67cb9a744cf5d0a8b5db34a95808d
/
src
/
runtime
/
proc.go
181e26b
runtime: replace func-based write barrier skipping with type-based
by Russ Cox
· 10 years ago
5da1c25
runtime: do not run main when buildmode=c-shared
by David Crawshaw
· 10 years ago
3b22ffc
runtime: make cgocallback wait on package init
by David Crawshaw
· 10 years ago
d1b1eee
runtime: add isarchive, set by the linker
by David Crawshaw
· 10 years ago
e8694c8
runtime: initialize shared library at library-load time
by Srdjan Petrovic
· 10 years ago
24ee948
runtime: update gctrace line for new garbage collector
by Austin Clements
· 10 years ago
c61d86a
os: give race detector chance to override Exit(0)
by Dmitry Vyukov
· 10 years ago
919fd24
runtime: remove runtime frames from stacks in traces
by Dmitry Vyukov
· 10 years ago
5789b28
runtime: start GC background sweep eagerly
by Russ Cox
· 10 years ago
84f5333
runtime: apply comments from CL 3742
by Russ Cox
· 10 years ago
5ef145c
runtime: bound sudog cache
by Dmitry Vyukov
· 10 years ago
2b655c0
runtime: tidy GC driver
by Russ Cox
· 10 years ago
8090f86
runtime: cleanup after conversion to Go
by Dmitry Vyukov
· 10 years ago
59495e8
runtime: never show system goroutines in traceback
by Dmitry Vyukov
· 10 years ago
d2abbf3
runtime: cleanup some left-overs of the C past
by Dmitry Vyukov
· 10 years ago
5288fad
runtime: add tracing of runtime events
by Dmitry Vyukov
· 10 years ago
b2a950b
runtime: rename gothrow to throw
by Keith Randall
· 10 years ago
7a524a1
runtime: remove thunk.s
by Russ Cox
· 10 years ago
b8540fc
[dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbage
by Russ Cox
· 10 years ago
841de80
[dev.cc] runtime: windows does not use _cgo_setenv and _cgo_unsetenv
by Alex Brainman
· 10 years ago
50e0749
[dev.cc] all: merge default (e4ab8f908aac) into dev.cc
by Russ Cox
· 10 years ago
b3932ba
runtime: fix sudog leak
by Russ Cox
· 10 years ago
0fcf54b
[dev.garbage] all: merge dev.cc into dev.garbage
by Russ Cox
· 10 years ago
656be31
[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack
by Russ Cox
· 10 years ago
b2cdf30
[dev.cc] runtime: convert scheduler from C to Go
by Russ Cox
· 10 years ago
9ba9901
[dev.garbage] all: merge default into dev.garbage
by Russ Cox
· 10 years ago
13da360
runtime: clear sg.selectdone before saving in SudoG cache
by Russ Cox
· 10 years ago
0120f83
runtime: clear stale values from G.param and SudoG.elem
by Russ Cox
· 10 years ago
904ec00
[dev.garbage] merge default into dev.garbage
by Russ Cox
· 10 years ago
a3630c9
[dev.garbage] runtime: make sure G.param and SudoG.elem do not hold stale pointers
by Russ Cox
· 11 years ago
193daab
cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects
by Russ Cox
· 11 years ago
f95beae
runtime: use traceback to traverse defer structures
by Russ Cox
· 11 years ago
4475347
runtime: remove a few untyped allocations
by Russ Cox
· 11 years ago
91baf5c6
runtime: make Gosched nosplit
by Russ Cox
· 11 years ago
c81a0ed
liblink, runtime: diagnose and fix C code running on Go stack
by Russ Cox
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/runtime/proc.go]
71de7e7
runtime: fix semacquire->acquireSudog->malloc->gogc->semacquire loop
by Russ Cox
· 11 years ago
8620e2b
runtime: badreflectcall runs on the G stack - convert to Go.
by Keith Randall
· 11 years ago
dbed4e9
runtime: get rid of other Go->C calls in test exports.
by Keith Randall
· 11 years ago
db58ab9
runtime: more C to Go conversion adjustments
by Russ Cox
· 11 years ago
503bcd4
runtime: use C for readgstatus, goroutine status values
by Russ Cox
· 11 years ago
81ed684
runtime: reconvert sigqueue.goc from C to Go
by Russ Cox
· 11 years ago
012ceed
runtime: make onM and mcall take Go func values
by Russ Cox
· 11 years ago
0e07f1c
runtime: introduce, use funcPC to convert Go func to PC
by Russ Cox
· 11 years ago
9aa7d13
runtime: avoid race with forcegc helper
by Russ Cox
· 11 years ago
42486ff
runtime: convert forcegc helper to Go
by Dmitriy Vyukov
· 11 years ago
c46bcd4
runtime: move finalizer thread to Go.
by Keith Randall
· 11 years ago
8ecb9a7
runtime: rename Lock to Mutex
by Russ Cox
· 11 years ago
d21638b
cmd/cc, runtime: preserve C runtime type names in generated Go
by Russ Cox
· 11 years ago
0a7c7ac
runtime: changes to g->atomicstatus (nee status) to support concurrent GC
by Rick Hudson
· 11 years ago
ebac0e6
runtime: convert async semaphores to Go
by Dmitriy Vyukov
· 11 years ago
684de04
runtime: convert common scheduler functions to Go
by Dmitriy Vyukov
· 11 years ago
5d40742
runtime: convert Gosched to Go
by Dmitriy Vyukov
· 11 years ago