index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
runtime2.go
Age
Commit message (
Expand
)
Author
2018-03-29
[release-branch.go1.10] runtime: identify special functions by flag instead o...
Keith Randall
2017-12-01
runtime: restore the Go-allocated signal stack in unminit
Austin Clements
2017-11-30
runtime: don't block signals that will kill the program
Ian Lance Taylor
2017-10-30
runtime: buffered write barrier implementation
Austin Clements
2017-10-29
runtime: remove write barriers from newstack, gogo
Austin Clements
2017-10-13
runtime: schedule fractional workers on all Ps
Austin Clements
2017-10-13
runtime: preempt fractional worker after reaching utilization goal
Austin Clements
2017-10-11
runtime: make it possible to exit Go-created threads
Austin Clements
2017-10-11
runtime: replace sched.mcount int32 with sched.mnext int64
Austin Clements
2017-10-11
runtime: make m.nextwaitm an muintptr
Austin Clements
2017-10-11
runtime: don't start new threads from locked threads
Austin Clements
2017-10-05
runtime: make LockOSThread/UnlockOSThread nested
Austin Clements
2017-09-27
runtime: eliminate GOMAXPROCS limit
Austin Clements
2017-09-27
runtime: dynamically allocate allp
Austin Clements
2017-09-22
runtime: don't call lockOSThread for every cgo call
Ian Lance Taylor
2017-09-16
runtime: improve fastrand with a better generator
Giovanni Bajo
2017-09-15
runtime: change lockedg/lockedm to guintptr/muintptr
Ian Lance Taylor
2017-08-29
runtime: forward crashing signals to late handlers
Elias Naur
2017-08-25
runtime: unify sigTabT type across Unix systems
Ian Lance Taylor
2017-08-15
runtime: move selectdone into g
Daniel Morsing
2017-08-15
runtime: remove link field from itab
Keith Randall
2017-08-15
runtime: remove bad field from itab
Keith Randall
2017-08-15
runtime: new itab lookup table
Keith Randall
2017-08-15
runtime: remove unused global variable emptystring
Ian Lance Taylor
2017-06-14
runtime: move pdesc into p
Austin Clements
2017-06-13
runtime: increase MaxGomaxprocs to 1024
Austin Clements
2017-06-05
runtime: delay exiting while panic is running deferred functions
Ian Lance Taylor
2017-05-10
runtime: remove unused cpuid_X variables
Martin Möhrmann
2017-05-01
runtime: refactor cpu feature detection for 386 & amd64
Martin Möhrmann
2017-04-25
runtime: simplify detection of preference to use AVX memmove
Martin Möhrmann
2017-04-19
runtime: record swept and reclaimed bytes in sweep trace
Austin Clements
2017-04-19
runtime: make sweep trace events encompass entire sweep loop
Austin Clements
2017-03-21
bytes: add optimized countByte for amd64
Josselin Costanzi
2017-03-06
runtime: avoid repeated findmoduledatap calls
Austin Clements
2017-03-04
runtime: remove unused gcstats
Austin Clements
2017-02-24
runtime: do not allocate on every time.Sleep
Russ Cox
2017-02-23
runtime: new profile buffer implementation supporting label pointers
Russ Cox
2017-02-16
runtime: use balanced tree for addr lookup in semaphore implementation
Russ Cox
2017-02-14
runtime: remove g.stackAlloc
Austin Clements
2017-02-14
runtime: remove stack barriers
Austin Clements
2017-02-14
runtime: remove rescan list
Austin Clements
2017-02-13
cmd/compile: optimize non-empty-interface type conversions
Keith Randall
2017-02-12
runtime: use two-level list for semaphore address search in semaRoot
Russ Cox
2017-02-08
runtime: use atomic ops for fwdSig, make sigtable immutable
Ian Lance Taylor
2017-02-06
runtime: add definitions for SetGoroutineLabels and Do
Michael Matloob
2017-02-03
runtime: handle SIGPIPE in c-archive and c-shared programs
Elias Naur
2017-01-05
crypto: detect BMI usability on AMD64 for sha1 and sha256
Lion Yang
2016-12-19
cmd/compile, runtime: a different approach to duplicate itabs
Michael Hudson-Doyle
2016-12-16
runtime: cross-reference _func type better
Austin Clements
2016-10-28
runtime: add deletion barriers on gobuf.ctxt
Austin Clements
[next]