]> Cypherpunks repositories - gostls13.git/commit
runtime: extract text address calculation into a separate method
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 29 Sep 2021 16:49:54 +0000 (09:49 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 29 Sep 2021 22:12:05 +0000 (22:12 +0000)
commit88ea8a5fe0526bc53e944420c42cf75fc7b11c4f
treed47c39014de37fb53921efd290d6976a13ca0ca0
parented57d7bb15992bf7ffbbe643401b03f0a418663c
runtime: extract text address calculation into a separate method

Pure code movement.

Change-Id: I7216e50fe14afa3d19c5047c92e515c90838f834
Reviewed-on: https://go-review.googlesource.com/c/go/+/353129
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Trust: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/symtab.go
src/runtime/type.go