- 07 May, 2010 6 commits
-
-
Rob Pike authored
returned to caller. R=rsc CC=golang-dev https://golang.org/cl/1164041
-
Rob Pike authored
values are encoded for transmission. R=rsc CC=golang-dev https://golang.org/cl/1146041
-
Ian Lance Taylor authored
This permits cgo callbacks to work when run in init code. Otherwise cgocallback switches to the wrong stack address. R=rsc CC=golang-dev https://golang.org/cl/1123043
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1139042
-
Robert Griesemer authored
- no need to make copies in cases of aliases - removed deprecated internal shift functions - minor unrelated simplifications This change improves pidigits -s -n10000 by almost 20%: user 0m6.156s (old) user 0m4.999s (new) (pidigits -s -n20000 goes from ~25s to ~19s) R=rsc CC=golang-dev https://golang.org/cl/1149041
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/1148041
-
- 06 May, 2010 4 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1140041
-
Rob Pike authored
fix a bug in the handling of indirect maps. R=rsc CC=golang-dev https://golang.org/cl/1132042
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1138041
-
Nigel Tao authored
R=rsc, cw, nigeltao_golang CC=golang-dev https://golang.org/cl/1134041
-
- 05 May, 2010 8 commits
-
-
Rob Pike authored
Because maps are mostly a hidden type, they must be implemented using reflection values and will not be as efficient as arrays and slices. R=rsc CC=golang-dev https://golang.org/cl/1127041
-
Rob Pike authored
R=golang-dev CC=golang-dev https://golang.org/cl/1121041
-
Russ Cox authored
R=r, bradfitzpatrick CC=golang-dev https://golang.org/cl/1118041
-
Kyle Consalus authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/1072041
-
Conrad Meyer authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/1113041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1112041
-
Andrew Gerrand authored
R=r, rsc CC=golang-dev https://golang.org/cl/1094043
-
Robert Griesemer authored
specification of runtime exceptions for make and division by zero R=r, rsc, ken2, iant CC=golang-dev https://golang.org/cl/1081041
-
- 04 May, 2010 6 commits
-
-
Ken Thompson authored
external variable assignements. R=rsc CC=golang-dev https://golang.org/cl/1094041
-
Robert Griesemer authored
- renamed Len -> BitLen, simplified implementation - renamed old Div, Mod, DivMod -> Que, Rem, QuoRem - implemented Div, Mod, DivMod (Euclidian definition, more useful in a mathematical context) - fixed a bug in Exp (-0 was possible) - added extra tests to check normalized results everywhere - uniformly set Int.neg flag at the end of computations - minor cosmetic cleanups - ran all tests R=rsc CC=golang-dev https://golang.org/cl/1091041
-
Russ Cox authored
Fixes #692. R=ken2 CC=golang-dev https://golang.org/cl/1092041
-
Russ Cox authored
OLD fasta -n 25000000 gcc -O2 fasta.c 7.59u 0.06s 7.74r gc fasta 9.54u 0.15s 9.84r gc_B fasta 9.48u 0.10s 9.62r NEW fasta -n 25000000 gcc -O2 fasta.c 2.59u 0.02s 2.66r gc fasta 3.00u 0.03s 3.09r gc_B fasta 2.72u 0.03s 2.81r R=r CC=golang-dev https://golang.org/cl/1054041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1081042
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1090041
-
- 03 May, 2010 15 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1067042
-
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 1 commit
-
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1048041
-