Groups
Groups
Sign in
Groups
Groups
golang-nuts
Conversations
About
Send feedback
Help
Sort By Relevance
Sort By Date
1–30 of many
Andrew Gerrand
, …
Roger Pack
13
5/28/14
Go 1.3 Beta 2 Released
Thanks! -roger- On Wed, May 28, 2014 at 5:35 PM, Andrew Gerrand wrote: > > On 29 May 2014 03:32, Roger Pack wrote: > >> ChangeLog from
unread,
Go 1.3 Beta 2 Released
Thanks! -roger- On Wed, May 28, 2014 at 5:35 PM, Andrew Gerrand wrote: > > On 29 May 2014 03:32, Roger Pack wrote: > >> ChangeLog from
5/28/14
Florian Uekermann
, …
jonathan....@gmail.com
4
5/27/14
CMOV assembly instruction compilation fails
I started playing around with assembly functions in go after looking at the assembly output for
unread,
CMOV assembly instruction compilation fails
I started playing around with assembly functions in go after looking at the assembly output for
5/27/14
Albert Strasheim
, …
Michael Hudson-Doyle
15
10/11/15
cgo and gotest and rpath
gotest builds
6
.
out
? > >> > >> (I think the linker ignores rpaths on darwin, so there I would still > >> have to set DYLD_LIBRARY_PATH in the environment
unread,
cgo and gotest and rpath
gotest builds
6
.
out
? > >> > >> (I think the linker ignores rpaths on darwin, so there I would still > >> have to set DYLD_LIBRARY_PATH in the environment
10/11/15
Kyle Lemons
, …
minux
7
5/31/13
Re: [go-nuts] Underscores true or false?
:1:1: expected 'package', found 'IDENT' notwithstanding $ go tool 6g 3pNo5hZ0NT.go && go tool 6l 3pNo5hZ0NT.
6
&& ./
6
.
out
Phew, still safe.
unread,
Re: [go-nuts] Underscores true or false?
:1:1: expected 'package', found 'IDENT' notwithstanding $ go tool 6g 3pNo5hZ0NT.go && go tool 6l 3pNo5hZ0NT.
6
&& ./
6
.
out
Phew, still safe.
5/31/13
Devon H. O'Dell
,
Dmitry Vyukov
13
3/4/13
Workload semantics of new scheduler queues
I was going through the scheduler changes to try to understand them better. I came across a couple of
unread,
Workload semantics of new scheduler queues
I was going through the scheduler changes to try to understand them better. I came across a couple of
3/4/13
quarnster
, …
Russ Cox
7
2/3/13
Adding new assembly instructions
is spit
out
by "go build -gcflags -S" does not appear to work and I could only find non receiver methods in the assembly sources in the go code base. /f Den onsdagen den 30:e januari
unread,
Adding new assembly instructions
is spit
out
by "go build -gcflags -S" does not appear to work and I could only find non receiver methods in the assembly sources in the go code base. /f Den onsdagen den 30:e januari
2/3/13
Dan Kortschak
, …
bryanturley
22
1/24/13
*a use and asm - good place to learn?
Hello, I'm interested in learning a little about asm and the Plan9 assembler and linker. I've
unread,
*a use and asm - good place to learn?
Hello, I'm interested in learning a little about asm and the Plan9 assembler and linker. I've
1/24/13
Donovan Hide
, …
minux
20
12/18/12
Weekend Challenge: Fast summing of uint8 slices
UTC-
6
, Donovan wrote: > > Hi again, > > thank you to everyone for the information about using the assembler and to > Bryan especially for a formidably parallel solution
unread,
Weekend Challenge: Fast summing of uint8 slices
UTC-
6
, Donovan wrote: > > Hi again, > > thank you to everyone for the information about using the assembler and to > Bryan especially for a formidably parallel solution
12/18/12
Charlie Dorian
, …
Ian Lance Taylor
20
1/6/15
16-byte alignment
Is there a way with 6a to lay down data that is 16-byte aligned? I'd like an array of pairs-of-
unread,
16-byte alignment
Is there a way with 6a to lay down data that is 16-byte aligned? I'd like an array of pairs-of-
1/6/15
tomwilde
, …
Brad Fitzpatrick
7
6/3/12
Panic in HTTP server when under siege
Hi The following is the relevant piece of the stack trace I get when running siege against my web
unread,
Panic in HTTP server when under siege
Hi The following is the relevant piece of the stack trace I get when running siege against my web
6/3/12
Luke Carpenter
, …
Matt Kane's Brain
4
5/11/12
What on earth happened to 6g and 6l
Hi, I have just upgraded ye olde version of Go (about 6-8 months old) to Go 1, and I am now, very,
unread,
What on earth happened to 6g and 6l
Hi, I have just upgraded ye olde version of Go (about 6-8 months old) to Go 1, and I am now, very,
5/11/12
Simon Liedtke
, …
minux
7
4/23/12
gdb's run command fails on Mac OS 10.5
go/
6
.
out
Error calling thread_get_state for GP registers for thread 0x4867lxwarning: Mach error at "i386-darwin-nat.c:119" in function "i386_darwin_fetch_inferior_registers
unread,
gdb's run command fails on Mac OS 10.5
go/
6
.
out
Error calling thread_get_state for GP registers for thread 0x4867lxwarning: Mach error at "i386-darwin-nat.c:119" in function "i386_darwin_fetch_inferior_registers
4/23/12
Amitabh Arya
, …
DisposaBoy
9
3/11/12
Problem installing the gocode for goclipse
then >
6
.
out
" way.. not the other way "go run" The instructions you list above to install from source will install the last stable release r60.3, the "go"
unread,
Problem installing the gocode for goclipse
then >
6
.
out
" way.. not the other way "go run" The instructions you list above to install from source will install the last stable release r60.3, the "go"
3/11/12
gmallard
2
2/10/12
go build current weekly gives: runtime.main: undefined: main.init. Direct 6g/6l is fine.
Hi. I have a very strange problem with a very simple sample program. Running 'go build' gives
unread,
go build current weekly gives: runtime.main: undefined: main.init. Direct 6g/6l is fine.
Hi. I have a very strange problem with a very simple sample program. Running 'go build' gives
2/10/12
=JeffH
, …
John Asmuth
8
2/4/12
stoopid newbie question: where is "go" command?
2012 at
6
:33 AM, Andrew Shitov wrote: > If you really need 'go', make it yourself: > > $ cat > /usr/bin/go > #!/usr/bin/perl > my $name = $ARGV[0]; > if
unread,
stoopid newbie question: where is "go" command?
2012 at
6
:33 AM, Andrew Shitov wrote: > If you really need 'go', make it yourself: > > $ cat > /usr/bin/go > #!/usr/bin/perl > my $name = $ARGV[0]; > if
2/4/12
senior7515
, …
lvd
15
2/1/12
gdb 7.3.1 Buss error 10
Hello, Every time I try to run gdb I get a buss error 10. the program is as simple as a hello world.
unread,
gdb 7.3.1 Buss error 10
Hello, Every time I try to run gdb I get a buss error 10. the program is as simple as a hello world.
2/1/12
Paul Sbarra
,
Ian Lance Taylor
7
1/20/12
syscall.Write not catching SIGPIPE
I've come across a situation where a write to network connection is failing silently due to (I
unread,
syscall.Write not catching SIGPIPE
I've come across a situation where a write to network connection is failing silently due to (I
1/20/12
Archos
,
Rob 'Commander' Pike
4
1/12/12
Panic message in test function removes info. to debug
If you get a panic message in a test function, then the message it doesn't show info. about the
unread,
Panic message in test function removes info. to debug
If you get a panic message in a test function, then the message it doesn't show info. about the
1/12/12
Archos
, …
dupoxy
10
1/3/12
gotesting only example functions
_gotest_.
6
> --- FAIL: ExampleInts (0.00 seconds) > got: > [1 2 3 4 5
6
] > want: > [1 2 3 4 5 7] > FAIL > gotest: "./
6
.
out
" failed: exit status 1 > so gotest
unread,
gotesting only example functions
_gotest_.
6
> --- FAIL: ExampleInts (0.00 seconds) > got: > [1 2 3 4 5
6
] > want: > [1 2 3 4 5 7] > FAIL > gotest: "./
6
.
out
" failed: exit status 1 > so gotest
1/3/12
shiwei xu
, …
minux
3
1/2/12
Is there a function calc log2 of an integer in go?
In x86, there is an instruction named bsr doing this: int log2(int x) { asm bsr eax, x }
unread,
Is there a function calc log2 of an integer in go?
In x86, there is an instruction named bsr doing this: int log2(int x) { asm bsr eax, x }
1/2/12
Andrew Gerrand
, …
roger peppe
10
12/2/11
weekly.2011-12-02
We've just tagged a new Go weekly, weekly.2011-12-02. As usual, you can update by running: hg
unread,
weekly.2011-12-02
We've just tagged a new Go weekly, weekly.2011-12-02. As usual, you can update by running: hg
12/2/11
bmizerany
, …
wkharold
10
12/1/11
[ANN] A fault-tolerant network service for meaningful GUID generation (in Go)
_gotest_.
6
client.go bench_test.go > client_test.go example_test.go > client_test.go:4: can't find import: "github.com/bmizerany/assert" > make
unread,
[ANN] A fault-tolerant network service for meaningful GUID generation (in Go)
_gotest_.
6
client.go bench_test.go > client_test.go example_test.go > client_test.go:4: can't find import: "github.com/bmizerany/assert" > make
12/1/11
Andrew Gerrand
, …
Mark Summerfield
16
12/2/11
weekly.2011-12-01
We've just tagged a new Go weekly, weekly.2011-12-01. As usual, you can update by running: hg
unread,
weekly.2011-12-01
We've just tagged a new Go weekly, weekly.2011-12-01. As usual, you can update by running: hg
12/2/11
Andrew Gerrand
, …
Jonathan Amsterdam
12
11/20/11
weekly.2011-11-18
We've just tagged a new Go weekly, weekly.2011-11-18. As usual, you can update by running: hg
unread,
weekly.2011-11-18
We've just tagged a new Go weekly, weekly.2011-11-18. As usual, you can update by running: hg
11/20/11
Archos
, …
Brad Fitzpatrick
4
11/7/11
os.Exit only send 0 or 1 at the exit
os.Exit() only send 2 values of exit; using 0 it sends 0, but for whatever another number it always
unread,
os.Exit only send 0 or 1 at the exit
os.Exit() only send 2 values of exit; using 0 it sends 0, but for whatever another number it always
11/7/11
christophe petit
, …
Ian Lance Taylor
25
11/4/11
performance on pi calculation with monte carlo
Hello, I have a problem with a little code that computes pi with monte carlo method. I use goroutine
unread,
performance on pi calculation with monte carlo
Hello, I have a problem with a little code that computes pi with monte carlo method. I use goroutine
11/4/11
Russ Cox
,
Awaken
3
10/31/11
Re: [go-nuts] uninitialized channel
-ABRT
6
.
out
, which will print: SIGABRT: abort pc: 0x3d374 syscall.Syscall() /Users/rsc/g/go/src/pkg/syscall/asm_darwin_amd64.s:24 +0x2a syscall.Read(0x0, 0xf84001c098
unread,
Re: [go-nuts] uninitialized channel
-ABRT
6
.
out
, which will print: SIGABRT: abort pc: 0x3d374 syscall.Syscall() /Users/rsc/g/go/src/pkg/syscall/asm_darwin_amd64.s:24 +0x2a syscall.Read(0x0, 0xf84001c098
10/31/11
Brian Ketelsen
, …
Russ Cox
5
11/1/11
CGO Help
Howdy Gophers, Sorry for creating such a long email, but I'm going to paste everything in here --
unread,
CGO Help
Howdy Gophers, Sorry for creating such a long email, but I'm going to paste everything in here --
11/1/11
gauravk
, …
Francisco Souza
6
10/29/11
Using gdb on mac os x 10.7
destination folder
out
of my search path). > > - $ mkdir $HOME/gdb > - after gdb finishes building $ cp gdb/gdb $HOME/gdb/gdb > - then from the go executable's folder
unread,
Using gdb on mac os x 10.7
destination folder
out
of my search path). > > - $ mkdir $HOME/gdb > - after gdb finishes building $ cp gdb/gdb $HOME/gdb/gdb > - then from the go executable's folder
10/29/11
Aram Hăvărneanu
,
Russ Cox
3
10/24/11
Package time fails very often in a VM
I usually have to build the distribution a few times before I can pass this test: TEST FAIL time
unread,
Package time fails very often in a VM
I usually have to build the distribution a few times before I can pass this test: TEST FAIL time
10/24/11