- 03 May, 2010 14 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1046042
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/1084041
-
Russ Cox authored
Import _mulv from Inferno again, change R9 to R2. Not sure what the other differences were for, but they weren't working. TBR=kaib CC=golang-dev https://golang.org/cl/1079041
-
Russ Cox authored
TBR=kaib CC=golang-dev https://golang.org/cl/1080041
-
Evan Shaw authored
R=gri CC=golang-dev https://golang.org/cl/987041
-
Russ Cox authored
TBR=r CC=golang-dev https://golang.org/cl/1077041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1021043
-
Ian Lance Taylor authored
built. Note that they are only built if a //export comment appears, so other targets should only use them if there is such a comment. Fixes #723. R=rsc CC=golang-dev https://golang.org/cl/1073041
-
Rob Pike authored
Also improve the implementations of Equals and Compare. R=rsc CC=golang-dev https://golang.org/cl/969047
-
Andrew Gerrand authored
Fixes #722. R=rsc CC=golang-dev https://golang.org/cl/1065041
-
Giles Lean authored
When trying to regenerate src/pkg/runtime/darwin/386/defs.h on a 64 bit capable Snow Leopard (OS X 10.6.3) system I needed to add -f -m32 to godefs, as this OS and hardware combination defaults to 64 bit compilation. For safety, make the same change to the 32 bit FreeBSD instructions in .../freebsd/defs.c. (Tested OK and no problems introduced.) R=golang-dev, rsc CC=golang-dev https://golang.org/cl/1052042
-
Russ Cox authored
TBR=r CC=golang-dev https://golang.org/cl/1063042
-
Charles L. Dorian authored
R=rsc CC=golang-dev https://golang.org/cl/979043
-
Andrew Gerrand authored
Fixes #757. R=rsc CC=golang-dev https://golang.org/cl/1064041
-
- 01 May, 2010 5 commits
-
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1048041
-
Russ Cox authored
Fixes #589. R=ken2 CC=golang-dev https://golang.org/cl/1032044
-
Russ Cox authored
R=adg CC=golang-dev https://golang.org/cl/1004045
-
Russ Cox authored
R=gri, r, bflm CC=golang-dev https://golang.org/cl/1032043
-
Robert Griesemer authored
- fixed a couple of bugs in the process (shift right was incorrect for negative numbers) - added more tests and made some tests more robust - changed pidigits back to using shifts to multiply by 2 instead of add This improves pidigit -s -n 10000 by approx. 5%: user 0m6.496s (old) user 0m6.156s (new) R=rsc CC=golang-dev https://golang.org/cl/963044
-
- 30 Apr, 2010 14 commits
-
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/986044
-
Russ Cox authored
Fixes #589. R=ken2 CC=golang-dev https://golang.org/cl/1043042
-
Russ Cox authored
Fixes #662. R=ken2 CC=golang-dev https://golang.org/cl/978043
-
Russ Cox authored
Fixes #746. R=ken2 CC=golang-dev https://golang.org/cl/1040042
-
Russ Cox authored
Fixes #755. R=ken2 CC=golang-dev https://golang.org/cl/965047
-
Alex Brainman authored
R=rsc CC=golang-dev https://golang.org/cl/962046
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1044041
-
Robert Griesemer authored
This results in an improvement of > 35% for the existing Mul benchmark using the same karatsuba threshold, and an improvement of > 50% with a slightly higher threshold (32 instead of 30): big.BenchmarkMul 500 6731846 ns/op (old alg.) big.BenchmarkMul 500 4351122 ns/op (new alg.) big.BenchmarkMul 500 3133782 ns/op (new alg., new theshold) Also: - tweaked calibrate.go, use same benchmark as for Mul benchmark R=rsc CC=golang-dev https://golang.org/cl/1037041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/974043
-
Robert Griesemer authored
provide assembly versions (for x86-64 for now) (Not yet used - waiting for previous CL to clear) R=rsc CC=golang-dev https://golang.org/cl/1040041
-
Nigel Tao authored
R=rsc CC=go-dev, golang-dev https://golang.org/cl/1006045
-
Alex Brainman authored
R=rsc, Joe Poirier CC=golang-dev https://golang.org/cl/1015043
-
Russ Cox authored
Fixes #717. R=adg, PeterGo CC=golang-dev https://golang.org/cl/1032041
-
Joe Poirier authored
R=rsc, brainman CC=golang-dev https://golang.org/cl/961047
-
- 29 Apr, 2010 7 commits
-
-
Russ Cox authored
Fixes #749. R=ken2 CC=golang-dev https://golang.org/cl/963043
-
Russ Cox authored
Fixes #745. R=ken2 CC=golang-dev https://golang.org/cl/1008045
-
Christopher Wedgwood authored
R=rsc CC=golang-dev https://golang.org/cl/1019043
-
Christopher Wedgwood authored
Fixes #686. R=rsc CC=adg, golang-dev https://golang.org/cl/979044
-
Robert Griesemer authored
R=r, rsc CC=golang-dev https://golang.org/cl/946046
-
Andrey Mirtchovski authored
R=adg CC=golang-dev https://golang.org/cl/993042
-
Andrey Mirtchovski authored
Also, calling fmt, ioutil and os "builtin" is probably confusing. R=adg CC=golang-dev https://golang.org/cl/965045
-