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
/
lfstack.go
Age
Commit message (
Expand
)
Author
2025-04-23
runtime: align taggable pointers more so we can use low bits for tag
Keith Randall
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2023-04-18
runtime: change lfstack support to taggedPointer
Ian Lance Taylor
2022-11-17
runtime: fix conflict between lfstack and checkptr
Keith Randall
2018-02-15
runtime: validate lfnode addresses
Austin Clements
2017-03-19
runtime: introduce a type for lfstacks
Austin Clements
2016-06-16
runtime: fix stale comment in lfstack
go1.7beta2
Austin Clements
2016-04-14
runtime: find a home for orphaned comments
Jeremy Jackins
2016-04-07
Revert "runtime: merge lfstack{Pack,Unpack} into one file"
Dave Cheney
2016-04-07
runtime: merge lfstack{Pack,Unpack} into one file
Dave Cheney
2016-04-06
runtime: remove unused return value from lfstackUnpack
Dave Cheney
2015-11-12
runtime: fix vet warning about println
Matthew Dempsky
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2014-12-28
runtime: rename gothrow to throw
Keith Randall
2014-11-24
[dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbage
Russ Cox
2014-11-19
[dev.cc] runtime: allow more address bits in lfstack on Power64
Austin Clements
2014-11-15
[dev.garbage] all: merge dev.cc into dev.garbage
Russ Cox
2014-11-14
[dev.cc] runtime: fix lfstack for amd64 addresses in top half of addr space
Russ Cox
2014-11-11
[dev.cc] runtime: convert parallel support code from C to Go
Russ Cox