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
NOPs mark variables as used. However, if you eliminate all NOPs before that information
is actually used (e.g. CL 98810043), all.bash still passes.
We should add a functional test -- i.e. a legal Go program -- that fails if NOPs are not
correctly inserted.
I'm unsure how to go about constructing such a test. (Seems like it would likely involve
CGo or reflect?) Tips/hints welcomed.
The text was updated successfully, but these errors were encountered:
This is fine but low priority. I don't think it needs to be targeted to a release. The
NOP semantics are there for the benefit of the code generator. If the code generator
doesn't use them right now, fine.
The text was updated successfully, but these errors were encountered: