tronprotocol / tronbox

TronBox - Simple development framework for tronweb
MIT License
157 stars 87 forks source link

Plans to support compilation via Yul IR (`--via-ir` option)? #249

Open theonekeyg opened 2 months ago

theonekeyg commented 2 months ago

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.

CryptoSnowPrince commented 2 months ago

It seems they don't support --vir-ir flag yet. I am looking.

llwslc commented 2 weeks ago

The next version will support