mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
56 lines
1.5 KiB
Plaintext
56 lines
1.5 KiB
Plaintext
Optimized IR:
|
|
/*******************************************************
|
|
* WARNING *
|
|
* Solidity to Yul compilation is still EXPERIMENTAL *
|
|
* It can result in LOSS OF FUNDS or worse *
|
|
* !USE AT YOUR OWN RISK! *
|
|
*******************************************************/
|
|
|
|
object "C_7" {
|
|
code {
|
|
{
|
|
mstore(64, 128)
|
|
if callvalue() { revert(0, 0) }
|
|
let _1 := datasize("C_7_deployed")
|
|
codecopy(0, dataoffset("C_7_deployed"), _1)
|
|
return(0, _1)
|
|
}
|
|
}
|
|
object "C_7_deployed" {
|
|
code {
|
|
{
|
|
mstore(64, 128)
|
|
revert(0, 0)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
Optimized IR:
|
|
/*******************************************************
|
|
* WARNING *
|
|
* Solidity to Yul compilation is still EXPERIMENTAL *
|
|
* It can result in LOSS OF FUNDS or worse *
|
|
* !USE AT YOUR OWN RISK! *
|
|
*******************************************************/
|
|
|
|
object "D_10" {
|
|
code {
|
|
{
|
|
mstore(64, 128)
|
|
if callvalue() { revert(0, 0) }
|
|
let _1 := datasize("D_10_deployed")
|
|
codecopy(0, dataoffset("D_10_deployed"), _1)
|
|
return(0, _1)
|
|
}
|
|
}
|
|
object "D_10_deployed" {
|
|
code {
|
|
{
|
|
mstore(64, 128)
|
|
revert(0, 0)
|
|
}
|
|
}
|
|
}
|
|
}
|