You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above code stuck in func (c *Compiler) compile(typeptr uintptr) phase. Plenty of memory was allocated and then GC contributed most of the CPU time.
go.mod
:main.go
:The above code stuck in
func (c *Compiler) compile(typeptr uintptr)
phase. Plenty of memory was allocated and then GC contributed most of the CPU time.A pprof sample is here.
pprof.samples.cpu.001.pb.gz
And I used the following script to check how many cycle definition:
And the output is:
The text was updated successfully, but these errors were encountered: