summaryrefslogtreecommitdiff
path: root/src/cmd/8g/opt.h
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Read goinstall dashboard option from debian configuration fileOndřej Surý1-0/+2
2009-12-028g: discard tempalloc/tempfree experimentRuss Cox1-2/+0
in favor of tempname. allows optimizer to do more. unfortunately, optimizer seems to be broken; disable it. R=ken2 http://codereview.appspot.com/163091
2009-11-068g optimizerKen Thompson1-0/+166
R=rsc http://go/go-review/1025011