-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodule to latest master (f19f31f2): net: work around runtim…
…e scheduler starvation on js and wasip1
- Loading branch information
1 parent
b00cd50
commit 66985b6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule go
updated
9 files
+35 −0 | src/cmd/trace/v2/gen.go | |
+4 −1 | src/cmd/trace/v2/goroutinegen.go | |
+4 −1 | src/cmd/trace/v2/procgen.go | |
+4 −1 | src/cmd/trace/v2/threadgen.go | |
+1 −1 | src/internal/goversion/goversion.go | |
+19 −0 | src/net/net_fake.go | |
+5 −4 | src/runtime/trace2.go | |
+66 −21 | src/runtime/trace2cpu.go | |
+6 −1 | src/runtime/trace2runtime.go |