Benefits of compiling via IR #1958
Unanswered
maikelordaz
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I have not personally compiled a contract using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I still dont get the advantages or disadvantages of compiling via ir. It helps to get rrid of the stack too deep error (although I prefer to refactor and write a better and more readable code when I get this) and it allows to use the custom errors on require statement with the new solidity version 0.8.26. Is there a reason to not use it always? I mean I dont have problems to wait a little bit longer on compiling, as I never faced an issue when this compiling time gets too long, so until now this time have not been a problem for me
Beta Was this translation helpful? Give feedback.
All reactions