solidity/test/cmdlineTests/ir_compiler_inheritance_nosubobjects/output

58 lines
1.6 KiB
Plaintext
Raw Normal View History

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")
2021-04-29 09:43:27 +00:00
codecopy(128, dataoffset("C_7_deployed"), _1)
return(128, _1)
}
}
object "C_7_deployed" {
code {
{
mstore(64, 128)
revert(0, 0)
}
}
2021-06-08 14:35:37 +00:00
data ".metadata" hex"<BYTECODE REMOVED>"
}
}
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")
2021-04-29 09:43:27 +00:00
codecopy(128, dataoffset("D_10_deployed"), _1)
return(128, _1)
}
}
object "D_10_deployed" {
code {
{
mstore(64, 128)
revert(0, 0)
}
}
2021-06-08 14:35:37 +00:00
data ".metadata" hex"<BYTECODE REMOVED>"
}
}