- 02 Jul, 2012 4 commits
-
-
Dmitriy Vyukov authored
Occasionally I see: --- FAIL: TestAllocations-15 (0.00 seconds) all_test.go:1575: 6 mallocs after 100 iterations Tested: $ go test -cpu=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20 reflect R=golang-dev, dsymonds, r CC=golang-dev https://golang.org/cl/6354063
-
Dmitriy Vyukov authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6348062
-
Shenghou Ma authored
Fixes #3789. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6357058
-
Shenghou Ma authored
Fixes #3765. R=golang-dev, r CC=golang-dev https://golang.org/cl/6349064
-
- 01 Jul, 2012 2 commits
-
-
Dmitriy Vyukov authored
otherwise it fails spuriously with "newfunc allocated unexpectedly" message when run with GOMAXPROCS>1 (other goroutine allocates). R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6347056
-
Dmitriy Vyukov authored
It will be required for scheduler that maintains GOMAXPROCS MCache's. R=golang-dev, r CC=golang-dev https://golang.org/cl/6350062
-
- 30 Jun, 2012 6 commits
-
-
Amir Mohammad Saied authored
No change, just for consistency. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6346048
-
Brad Fitzpatrick authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/6356050
-
Brad Fitzpatrick authored
Some accumulated changes from the past few weeks. Just cleans up all.bash output. R=golang-dev, adg CC=golang-dev https://golang.org/cl/6354056
-
Pieter Droogendijk authored
Generating env.bat using dist env -wp > env.bat failed silently if case of an error, because the message was redirected to env.bat. Verbose messages still go to stdout, causing problems, but that's a seperate change. Made errprintf() identical to xprintf(), except for the output handle. Yes, it's duplicate code, but most of the function is unpacking the argument list and preparing it for WriteFile(), which has to be done anyway. R=golang-dev, alex.brainman CC=golang-dev https://golang.org/cl/6343047
-
Alex Brainman authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6344049
-
Shenghou Ma authored
Fixes #3741. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6308076
-
- 29 Jun, 2012 2 commits
-
-
Jean-Marc Eurin authored
The previous code assumed the gofmt output referred to /tmp but that's not true if TMPDIR points somewhere else (like on Macs). Fixes #3782. R=sameer CC=golang-dev https://golang.org/cl/6346050
-
Brad Fitzpatrick authored
Fixes #3784 R=golang-dev, adg CC=golang-dev https://golang.org/cl/6351052
-
- 28 Jun, 2012 4 commits
-
-
Andrey Mirtchovski authored
R=bradfitz CC=golang-dev https://golang.org/cl/6357049
-
Robert Griesemer authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/6356046
-
Robert Griesemer authored
- point out difference between selectors and qualified identifiers - differentiate between illegal selectors and run-time panics - use "indirect" as opposed to "dereference" consistently - add extra links Fixes #3779. R=r, rsc, iant, ken CC=golang-dev https://golang.org/cl/6326059
-
Han-Wen Nienhuys authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/6350047
-
- 27 Jun, 2012 7 commits
-
-
Joe Poirier authored
And update implementation location comment. R=golang-dev, alex.brainman CC=golang-dev https://golang.org/cl/6352046
-
Mathieu Lonjaret authored
Updates #2362. R=nigeltao CC=golang-dev https://golang.org/cl/6326057
-
Russ Cox authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/6354048
-
Russ Cox authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/6359043
-
Russ Cox authored
TBR=bradfitz CC=golang-dev https://golang.org/cl/6358043
-
Russ Cox authored
Alternative to https://golang.org/cl/6330044. Fixes #3681. R=golang-dev, r, hanwen, iant CC=golang-dev https://golang.org/cl/6335056
-
Dmitriy Vyukov authored
Current results on 2 core darwin/amd64: BenchmarkGoroutineChain 351 ns/op BenchmarkGoroutineChain-2 3840 ns/op BenchmarkGoroutineChain-4 4040 ns/op BenchmarkConcGoroutineChain 350 ns/op BenchmarkConcGoroutineChain-2 875 ns/op BenchmarkConcGoroutineChain-4 2027 ns/op R=r, rsc CC=golang-dev https://golang.org/cl/6332054
-
- 26 Jun, 2012 5 commits
-
-
Robert Griesemer authored
Fixes #3763. R=r, rsc, iant, ken CC=golang-dev https://golang.org/cl/6333066
-
Russ Cox authored
I missed the API change in the last FreeBSD CL, but the tool caught it. TBR=bradfitz CC=golang-dev https://golang.org/cl/6331063
-
Patrick Mylund Nielsen authored
Fixes #3630. R=rsc CC=bradfitz, dsymonds, golang-dev, rodrigo.moraes https://golang.org/cl/6210067
-
L Campbell authored
R=golang-dev, rsc, bradfitz, devon.odell CC=golang-dev https://golang.org/cl/6221054
-
Russ Cox authored
Guess I was wrong about being done for the day. R=golang-dev, r CC=golang-dev, unpantsu https://golang.org/cl/6325060
-
- 25 Jun, 2012 10 commits
-
-
Rob Pike authored
Fixes #3752. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6331062
-
Dave Cheney authored
arm soft div and mod performance plays an important part in runtime performance. The currently implementation is very stable, but we believe we can best it. This benchmark provides a reference point. linux/arm omap4 pandaboard BenchmarkUint32Div7 10000000 298 ns/op BenchmarkUint32Div37 10000000 298 ns/op BenchmarkUint32Div123 10000000 298 ns/op BenchmarkUint32Div763 10000000 298 ns/op BenchmarkUint32Div1247 10000000 299 ns/op BenchmarkUint32Div9305 10000000 298 ns/op BenchmarkUint32Div13307 10000000 298 ns/op BenchmarkUint32Div52513 10000000 298 ns/op BenchmarkUint32Div60978747 10000000 298 ns/op BenchmarkUint32Div106956295 10000000 297 ns/op BenchmarkUint32Mod7 10000000 280 ns/op BenchmarkUint32Mod37 10000000 280 ns/op BenchmarkUint32Mod123 10000000 280 ns/op BenchmarkUint32Mod763 10000000 280 ns/op BenchmarkUint32Mod1247 10000000 280 ns/op BenchmarkUint32Mod9305 10000000 280 ns/op BenchmarkUint32Mod13307 10000000 280 ns/op BenchmarkUint32Mod52513 10000000 280 ns/op BenchmarkUint32Mod60978747 10000000 280 ns/op BenchmarkUint32Mod106956295 10000000 280 ns/op R=minux.ma, rsc CC=golang-dev https://golang.org/cl/6258067
-
Andrew Gerrand authored
It's just stutter. R=golang-dev, dsymonds, r CC=golang-dev https://golang.org/cl/6334053
-
Jonathan Gold authored
Number represents the actual JSON text, preserving the precision and formatting of the original input. R=rsc, iant CC=golang-dev https://golang.org/cl/6202068
-
Russ Cox authored
This is my last one for today, I hope! R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6339052
-
Michael Stapelberg authored
Fixes #3762. R=rsc CC=golang-dev https://golang.org/cl/6303106
-
Russ Cox authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6325058
-
Pieter Droogendijk authored
go/build section "Build Constraints", first paragraph said: "... they must be appear near the top of the file ..." fixed to: "... they must appear near the top of the file ..." R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6329060
-
Amir Mohammad Saied authored
Manifest version 1 was deprecated in Chrome 18, and support will be phased out according to the schedule available at: http://code.google.com/chrome/extensions/manifestVersion.html R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6332053
-
Thomas Alan Copeland authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6305086
-