aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mksizeclasses.go
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-09-14runtime: add 24 byte allocation size classMartin Möhrmann
2019-03-18runtime: replace division by span element size by multiply and shiftsMartin Möhrmann
2017-08-10runtime: add "max waste" column to size class table commentAustin Clements
2017-06-13runtime, unicode: use consistent banner for generated codeBrad Fitzpatrick
2017-01-08runtime: add table of size classes in a commentAustin Clements
2016-10-30runtime: compute size classes staticallyKeith Randall