On Sun, Jun 6, 2021 at 4:19 AM xie cui <cuiwei...@gmail.com> wrote:
>
> https://github.com/golang/go/blob/master/src/runtime/mgc.go#L858-L876
> due to these code lines, stw in one gc cycle may happen more than 2 times. so 
> stw times  in one gc cycle could be 2(general), 3, 4, .... and even for ever?

Theoretically, yes.  In practice, this is not a problem.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcU_R7G5b7t7jEcw3Z2u%3D5_tm1XECBwV6OXzeam-KO%3D3%2BA%40mail.gmail.com.

Reply via email to