-
how to keep old max stack while writing the module? |
Beta Was this translation helpful? Give feedback.
Answered by
Washi1337
Feb 16, 2022
Replies: 1 comment 1 reply
-
This can be done for specific methods, using the References and examples: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HPXCoder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This can be done for specific methods, using the
CilMethodBody.ComputeMaxStackOnBuild
property, or applied to the entire module by configuring theCilMethodBodySerializer
in the builder options.References and examples: