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
/
cmd
/
compile
/
internal
/
ssa
/
sparsemap.go
Age
Commit message (
Expand
)
Author
2025-07-24
cmd/compile: use ,ok return idiom for sparsemap.get
Keith Randall
2025-07-24
cmd/compile: use generics for sparse map
Keith Randall
2022-10-31
cmd/compile: separate out sparsemaps that need position
Keith Randall
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-03-15
cmd/compile: cache sparse maps across ssa passes
Daniel MartÃ
2017-01-09
[dev.inline] cmd/internal/src: introduce compact source position representation
Robert Griesemer
2016-12-09
[dev.inline] cmd/internal/src: introduce NoPos and use it instead Pos{}
Robert Griesemer
2016-12-08
[dev.inline] cmd/internal/src: make Pos implementation abstract
Robert Griesemer
2016-12-08
[dev.inline] cmd/compile: introduce cmd/internal/src.Pos type for line numbers
Robert Griesemer
2016-09-16
cmd/compile: label LoadReg with line number of the use
Cherry Zhang
2016-05-18
cmd/compile: reduce element size of arrays in sparse{map,set}
David Chase
2016-04-13
cmd/compile: move spills to loop exits when easy.
David Chase
2015-11-12
[dev.ssa] cmd/compile: better register allocation
Keith Randall