mirror of
https://github.com/golang/go
synced 2024-11-20 08:04:42 -07:00
d42495aa80
This makes it possible to inline the prefetch of upcoming memory addresses during garbage collection, instead of needing to flush registers, make a function call, and reload registers. On garbage collection-heavy workloads, this results in a 5% speedup. Fixes #3493. R=dvyukov, ken, r, dave CC=golang-dev https://golang.org/cl/5990066 |
||
---|---|---|
.. | ||
cgen.c | ||
div.c | ||
doc.go | ||
gc.h | ||
list.c | ||
machcap.c | ||
Makefile | ||
mul.c | ||
peep.c | ||
reg.c | ||
sgen.c | ||
swt.c | ||
txt.c |