mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
doc/next: document cgo call overhead improvement
Change-Id: Ibac18513d2f76172665b4f3a4ea09b69ae0bdef3 Reviewed-on: https://go-review.googlesource.com/c/go/+/725664 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com> Auto-Submit: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
parent
6e4abe8cef
commit
77c795011b
1 changed files with 6 additions and 0 deletions
|
|
@ -20,3 +20,9 @@ The new garbage collector may be disabled by setting
|
||||||
This opt-out setting is expected to be removed in Go 1.27.
|
This opt-out setting is expected to be removed in Go 1.27.
|
||||||
If you disable the new garbage collector for any reason related to its
|
If you disable the new garbage collector for any reason related to its
|
||||||
performance or behavior, please [file an issue](/issue/new).
|
performance or behavior, please [file an issue](/issue/new).
|
||||||
|
|
||||||
|
### Faster cgo calls
|
||||||
|
|
||||||
|
<!-- CL 646198 -->
|
||||||
|
|
||||||
|
The baseline runtime overhead of cgo calls has been reduced by ~30%.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue