Sign in
go
/
go
/
0c69f1303f3dbd4515f1cab0602aaafc3364a946
/
src
/
cmd
/
compile
/
internal
/
gc
/
builtin
/
runtime.go
0c69f13
cmd/compile: add -msan option
by Ian Lance Taylor
· 9 years ago
32fddad
runtime: reduce slice growth during append to 2x
by Russ Cox
· 10 years ago
17eba6e
cmd/compile, cmd/link: create from 5g, 5l, etc
by Russ Cox
· 10 years ago
[Renamed from src/cmd/internal/gc/builtin/runtime.go]
653d560
cmd/internal/gc: inline writeBarrierEnabled check before calling writebarrierptr
by Russ Cox
· 10 years ago
2050f57
runtime: change unused argument in fat write barriers from pointer to scalar
by Russ Cox
· 10 years ago
2270133
cmd/gc: allocate backing storage for non-escaping interfaces on stack
by David Chase
· 10 years ago
4224d81
cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T)
by Russ Cox
· 10 years ago
e5be643
cmd/internal/gc: mv builtins builtin
by Russ Cox
· 10 years ago
[Renamed from src/cmd/internal/gc/builtins/runtime.go]
81d4072
cmd/internal/gc, runtime: change growslice to use int instead of int64
by Matthew Dempsky
· 10 years ago
d68f52a
cmd/internal/gc: restore mkbuiltin
by Matthew Dempsky
· 10 years ago