-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
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
Plans to support compilation via Yul IR (--via-ir
option)?
#249
Comments
It seems they don't support --vir-ir flag yet. |
The next version will support |
@llwslc
|
@cfengliu https://github.com/tronsuper/bare-box/blob/master/tronbox.js#L58 The configuration is here |
Closed as no update for a long time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi folks.
It looks like Ethereum Team is moving to more adaptation for Yul support, since it allows for better optimizations and helps with common EVM compilation issues, such as
stack-too-deep
errors (error that I faced when trying to compile for TVM).Are there plans to add Yul IR compilation option to TVM compiler? Failed to search for any information regarding Yul for TVM.
The text was updated successfully, but these errors were encountered: