We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the OpCode.StackBehaviourPop and OpCode.StackBehaviourPush we may calculate the stack balance in the DEBUG Demit calls. See https://source.dot.net/#System.Private.CoreLib/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/Opcode.cs,f10f1c9bbefdd170,references Also, we may calculate the balance in the PrintIL in tests. Then the value for System Compile and Fast Compile can be compared to see the discrepancies.
OpCode.StackBehaviourPop
OpCode.StackBehaviourPush
Demit
PrintIL
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the
OpCode.StackBehaviourPop
andOpCode.StackBehaviourPush
we may calculate the stack balance in the DEBUGDemit
calls. See https://source.dot.net/#System.Private.CoreLib/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/Opcode.cs,f10f1c9bbefdd170,referencesAlso, we may calculate the balance in the
PrintIL
in tests.Then the value for System Compile and Fast Compile can be compared to see the discrepancies.
The text was updated successfully, but these errors were encountered: