]> Cypherpunks repositories - gostls13.git/commit
runtime: rename inlinedCall.func_ to inlinedCall.nameOff
authorMichael Pratt <mpratt@google.com>
Fri, 2 Sep 2022 20:59:07 +0000 (16:59 -0400)
committerMichael Pratt <mpratt@google.com>
Wed, 7 Sep 2022 14:47:36 +0000 (14:47 +0000)
commitd81ed4d62192cd89dbf664c42e26c35a052dd9ce
treec4af810f425ad432945360cb43e3f3f7255c8263
parent0752f4a12cfd212ed5a5fdfc8696811d89b12acf
runtime: rename inlinedCall.func_ to inlinedCall.nameOff

The meaning of this field is unchanged, this CL simply gives it a more
descriptive name, as func_ makes it sound like a reference to the _func.

Change-Id: I70e54f34bede7636ce4d7b9dd0f7557308f02143
Reviewed-on: https://go-review.googlesource.com/c/go/+/427961
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/preempt.go
src/runtime/race.go
src/runtime/symtab.go
src/runtime/traceback.go