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
More precisely, I think the amigo frontend should preserve enough information that it's trivial for compiler backends to insert appropriate coverage/fuzzing instrumentation as needed. My experience with go-fuzz and cmd/compile's native fuzzing support was that it was far simpler to just insert instrumentation within the compiler, than to force source-to-source transformation tools to rewrite code to stay spec-conforming.
cmd/cover belongs under the amigo umbrella too, IMO.
The text was updated successfully, but these errors were encountered: