Skip to content

Commit

Permalink
Merge pull request #1361 from microsoft/dev/auto-sync/microsoft/main
Browse files Browse the repository at this point in the history
Update submodule to latest `master` in `microsoft/main`
  • Loading branch information
microsoft-golang-review-bot authored Oct 21, 2024
2 parents 5e29621 + 75c4326 commit 0639072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go
Submodule go updated 44 files
+1 −0 src/cmd/asm/internal/asm/asm.go
+2 −0 src/cmd/asm/internal/asm/testdata/ppc64.s
+108 −55 src/cmd/compile/internal/reflectdata/map_swiss.go
+1 −1 src/cmd/compile/internal/ssagen/ssa.go
+2 −0 src/cmd/compile/internal/test/inl_test.go
+8 −0 src/cmd/link/link_test.go
+2 −0 src/encoding/xml/marshal.go
+6 −0 src/go/ast/ast.go
+3 −0 src/internal/runtime/atomic/atomic_386.go
+8 −0 src/internal/runtime/atomic/atomic_386.s
+1 −1 src/internal/runtime/atomic/xchg8_test.go
+2 −2 src/internal/runtime/maps/export_noswiss_test.go
+2 −2 src/internal/runtime/maps/export_swiss_test.go
+25 −2 src/internal/runtime/maps/export_test.go
+6 −6 src/internal/runtime/maps/fuzz_test.go
+258 −20 src/internal/runtime/maps/map.go
+228 −0 src/internal/runtime/maps/map_swiss_test.go
+162 −49 src/internal/runtime/maps/map_test.go
+350 −182 src/internal/runtime/maps/table.go
+5 −3 src/internal/runtime/maps/table_debug.go
+3 −1 src/os/file.go
+3 −3 src/runtime/arena.go
+591 −276 src/runtime/malloc.go
+588 −54 src/runtime/map_benchmark_test.go
+1 −1 src/runtime/map_swiss.go
+2 −6 src/runtime/map_swiss_test.go
+27 −213 src/runtime/map_test.go
+110 −89 src/runtime/mbitmap.go
+4 −3 src/runtime/mcache.go
+1 −1 src/runtime/mcentral.go
+4 −0 src/runtime/mgcmark.go
+1 −1 src/runtime/mprof.go
+1 −1 src/runtime/netpoll.go
+4 −1 src/runtime/netpoll_aix.go
+4 −1 src/runtime/netpoll_epoll.go
+4 −1 src/runtime/netpoll_kqueue.go
+4 −1 src/runtime/netpoll_solaris.go
+3 −1 src/runtime/netpoll_stub.go
+4 −1 src/runtime/netpoll_windows.go
+2 −2 src/runtime/testdata/testprogcgo/threadprof.go
+3 −0 src/syscall/syscall_linux_test.go
+1 −1 test/live.go
+2 −2 test/live2.go
+1 −1 test/live_regabi_swiss.go

0 comments on commit 0639072

Please sign in to comment.