Reviewers: iant,
Message:
Hello iant (cc: gofrontend-dev@googlegroups.co m),
I'd like you to review this change to
[link]
Description:
runtime, testing/quick: libffi doesn't handle complex on Alpha.
From Uros Bizjak.
Please review this at [link]... more »
Hello!
Due to the fact that libFFI does not handle C99 _Complex arguments
correctly [1], libgo passes Complex64 and Complex128 arguments via a
temporary structure. However, passing parts of complex number in a
structure is not the same as passing true C99 _Complex value, so this
workaround introduces ABI mismatch between caller and callee. This... more »
Revision: 222f14e048a2
Branch: default
Author: Ian Lance Taylor <i...@golang.org>
...Log: runtime: Don't block SIGTRAP while creating a new thread.
Thanks to Uros Bizjak.
R=iant
CC=gofrontend-dev
[link][link]... more »
Reviewers: iant,
Message:
Hello iant (cc: gofrontend-dev@googlegroups.co m),
I'd like you to review this change to
[link]
Description:
runtime: Don't block SIGTRAP while creating a new thread.
Thanks to Uros Bizjak.
Please review this at [link]... more »
This patch, mainly from Rainer Orth, in PR 56171 fixes passing a file
descriptor on Solaris. Bootstrapped and ran Go testsuite on
x86_64-unknown-linux-gnu. Committed to mainline.
Ian
Revision: 7a758385dda3
Branch: default
Author: Ian Lance Taylor <i...@golang.org>
...Log: syscall: Solaris fixes for passing file descriptor.
From Rainer Orth.
[link]
R=iant
CC=gofrontend-dev
[link][link]... more »
Reviewers: iant,
Message:
Hello i...@golang.org (cc: gofrontend-dev@googlegroups.co m),
I'd like you to review this change to
[link]
Description:
syscall: Solaris fixes for passing file descriptor.
From Rainer Orth.
[link]... more »
Revision: 3b1c3cceaf02
Branch: default
Author: Janne Snabb <sn...@epipe.com>
...Log: runtime: Support Solaris AMD64 in lfstack.
The address space layout is similar on SPARC64 and AMD64 when
running Solaris.
R=gofrontend-dev, iant
CC=gofrontend-dev
[link]... more »