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
Changes genfsm.go to divide the state space into chunks
of size 256, then call a helper for function for each
chunk (as opposed to having a single giant function that
does everything). This reduces the compile time for go1.7
down to something reasonable (15-30 seconds depending on
machine speed). See related issues
zhenjl#1golang/go#16407
I tried to compile it under Go 1.7rc1 and the compiler never
completed.
See golang/go#16407 - there's a suggestion
by @josharian for a possible way to work around the issue
in fsm.go code.
The text was updated successfully, but these errors were encountered: