Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

golang/go

cuishuang created a comment on an issue on golang/go
> We can try to list all of the stdlib functions that might be used to intentionally append to a slice, but my intuition is that this will not be sufficient. We have to also consider user appendi...

View on GitHub

Jorropo created a comment on an issue on golang/go
According to my tests 17ns vs 25ns, 5ns comes from improving the loop layout by marking the branch cold. And the remain 3ns are unexplained but are likely the extra merge as you pointed out.

View on GitHub

randall77 closed an issue on golang/go
cmd/compile: adding panic to a never taken branch of an `if` inside a loop significantly speeds it up by removing knots in the CFG and marking that branch cold
### Go version go version go1.23.2 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/root/.cache/go-build' GOENV='/root/....
randall77 created a comment on an issue on golang/go
The compiler knows that control flow never continues past a `panic` call. That avoids the compiler needing to do the merge of control flow at line 19. I believe that accounts for the difference in...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "crypto/sha256" && test == "TestGoldenMarshal/Armv8.0" <details><summary>2024-10-24 14:34 gotip-windows-arm64 go@76f32...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "crypto/sha256" && test == "TestHash/SHA-224/Armv8.0" <details><summary>2024-10-24 14:34 gotip-windows-arm64 go@76f320...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "crypto/sha256" && test == "TestGolden/Armv8.0" <details><summary>2024-10-24 14:34 gotip-windows-arm64 go@76f32083 cry...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "cmd/internal/testdir" && test == "Test/codegen/shift.go" <details><summary>2024-10-24 14:34 gotip-linux-ppc64_power10...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "cmd/cgo/internal/testerrors" && test == "TestReportsTypeErrors" <details><summary>2024-10-24 14:34 gotip-solaris-amd6...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "cmd/cgo/internal/test" && test == "" <details><summary>2024-10-24 14:34 gotip-solaris-amd64 go@76f32083 cmd/cgo/inter...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "golang.org/x/tools/internal/modindex" && test == "TestIncremental" <details><summary>2024-10-23 20:06 x_tools-gotip-l...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "golang.org/x/tools/cmd/stringer" && test ~ `TestEndToEnd` <details><summary>2024-10-23 20:06 x_tools-gotip-solaris-am...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes post <- builder ~ `(gotip|go1\.\d\d)-openbsd-amd64` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || `command exceeded...

View on GitHub

gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [cmd/link: don't pass --build-id if C linker doesn't support it](https://go-review.googlesource.com/c/go/+/621639#related-content) <!-- score=0.91325 --> -...

View on GitHub

wangjing013 starred golang/go
bboreham created a comment on an issue on golang/go
Maybe I misunderstood. Are you saying the time is attributed to that line, which is still not running?

View on GitHub

bboreham created a comment on an issue on golang/go
But it did run, according to the profiler.

View on GitHub

adonovan created a comment on an issue on golang/go
This stack `rOr9mA` was [reported by telemetry](https://storage.googleapis.com/prod-telemetry-merged/2024-10-21.json): - `gopls/bug` - [`golang.org/x/tools/gopls/internal/util/bug.report:+35`](htt...

View on GitHub

adonovan created a comment on an issue on golang/go
This stack `h1dggQ` was [reported by telemetry](https://storage.googleapis.com/prod-telemetry-merged/2024-10-19.json): - `gopls/bug` - [`golang.org/x/tools/gopls/internal/util/bug.report:+35`](htt...

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622275 mentions this issue: `crypto/internal/alias: move to crypto/internal/fips/alias`

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622276 mentions this issue: `crypto/subtle: document and test XORBytes overlap rules`

View on GitHub

gopherbot pushed 1 commit to master golang/go
  • runtime: support cgo index into pointer-to-array We were missing a case for calling a C function with an index into ... 76f3208

View on GitHub

Jorropo created a comment on an issue on golang/go
> It shouldn't call `copy`. It shouldn't go faster if I add a redundant `panic`. It is easy to assume that code that is never ran does not affect performance, code exists create side effects whi...

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622236 mentions this issue: `cmd/compile/internal/ssa: fix PPC64 shift codegen regression`

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "crypto/sha256" && test == "TestHash/SHA-224/Armv8.0" <details><summary>2024-10-24 12:32 gotip-windows-arm64 go@77c53c...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "cmd/cgo/internal/testerrors" && test == "TestReportsTypeErrors" <details><summary>2024-10-24 12:32 gotip-solaris-amd6...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "cmd/cgo/internal/testfortran" && test == "TestFortran" <details><summary>2024-10-24 12:32 gotip-solaris-amd64 go@4646...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "golang.org/x/tools/internal/modindex" && test == "TestIncrementalNope" <details><summary>2024-10-23 20:06 x_tools-got...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "cmd/cgo/internal/test" && test == "" <details><summary>2024-10-24 12:32 gotip-solaris-amd64 go@4646556b cmd/cgo/inter...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "golang.org/x/tools/internal/modindex" && test == "TestIncremental" <details><summary>2024-10-23 20:06 x_tools-gotip-n...

View on GitHub

Load more