summaryrefslogtreecommitdiff
path: root/test/bench/spectral-norm-parallel.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-111/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+111
2011-09-13Imported Upstream version 60Ondřej Surý1-111/+0
2009-12-151) Change default gofmt default settings forRobert Griesemer1-24/+24
parsing and printing to new syntax. Use -oldparser to parse the old syntax, use -oldprinter to print the old syntax. 2) Change default gofmt formatting settings to use tabs for indentation only and to use spaces for alignment. This will make the code alignment insensitive to an editor's tabwidth. Use -spaces=false to use tabs for alignment. 3) Manually changed src/exp/parser/parser_test.go so that it doesn't try to parse the parser's source files using the old syntax (they have new syntax now). 4) gofmt -w src misc test/bench 5th and last set of files. R=rsc CC=golang-dev http://codereview.appspot.com/180050
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w test/benchRuss Cox1-10/+8
except chameneosredux which i know is being edited require gofmt for test/bench R=r http://codereview.appspot.com/157110
2009-08-07timing updates after 6g change for efficient division by powers of twoRob Pike1-1/+1
R=rsc DELTA=25 (23 added, 0 deleted, 2 changed) OCL=32873 CL=32875
2009-08-06add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCSRob Pike1-0/+2
R=rsc DELTA=29 (28 added, 1 deleted, 0 changed) OCL=32829 CL=32837
2009-08-05parallel spectral-normRob Pike1-0/+111
R=rsc DELTA=85 (84 added, 1 deleted, 0 changed) OCL=32810 CL=32810