Anybody running into this issue? Is this triggered from gopls and under
what circumstances?
Where can I get more help if this is a gopls issue?
Johann Höchtl schrieb am Dienstag, 17. November 2020 um 11:29:51 UTC+1:
>
> I updated to gopls version golang.org/x/tools/gopls v0.5.3
> golang.or
If you're using finalizers to clean up C memory, it's important to know
that the Go garbage collector has no understanding of how much C memory a
given resource holds. This prevents the garbage collector from making smart
decisions about when to release your resources. I've never personally seen
th
On Monday, November 23, 2020 at 6:31:50 AM UTC-5 tokers wrote:
> Are there any documents?
>
https://golang.org/pkg/runtime/#SetFinalizer
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails
On Tue, Nov 24, 2020 at 6:14 AM Richard W.M. Jones wrote:
>
> One thing I'm missing: Why does golang need gold?
The gccgo and GoLLVM compilers (which are not the most widely used Go
compilers) require the gold linker for full support of stack
splitting. Stack splitting is used to ensure that gor
FWIW simply reverting that change did not work. The error is:
File not found:
/home/rjones/rpmbuild/BUILDROOT/binutils-2.35.1-15.fc34.riscv64/usr/bin/ld
(Unfortunately the full log is corrupted so I couldn't see why
precisely gold didn't build).
One thing I'm missing: Why does golang nee
On Tue, Nov 24, 2020 at 2:12 PM Richard W.M. Jones wrote:
>
> On Tue, Nov 24, 2020 at 02:01:58PM +0200, Ivan Serdyuk wrote:
> > Richard,
> > could you tell why gold linker is not available on RISC-V port of Fedora 33?
>
> You're right that it's not built (as a subpackage of binutils):
>
> http:/
On Tue, Nov 24, 2020 at 02:01:58PM +0200, Ivan Serdyuk wrote:
> Richard,
> could you tell why gold linker is not available on RISC-V port of Fedora 33?
You're right that it's not built (as a subpackage of binutils):
http://fedora.riscv.rocks/koji/buildinfo?buildID=186524
That happens because o
Richard,
could you tell why gold linker is not available on RISC-V port of Fedora 33?
On Sat, Nov 21, 2020 at 12:10 PM Ivan Serdyuk
wrote:
> Wei, Carlos: adding you to this discussion.
>
> Carlos, please ask your questions. What was not understood, regarding my
> attempt?
>
> Hence that QEMU's