zink icon indicating copy to clipboard operation
zink copied to clipboard

The initial code in constructor is not emitted in the compiled bytecode

Open clearloop opened this issue 1 year ago • 0 comments

Describe the feature

bytecode output of the example constructor

6012600b5f395f5f5f35f0600d6005f35f5460010160005260206000f3
PUSH1 0x12
PUSH1 0x0b
PUSH0
CODECOPY
PUSH0
PUSH0
PUSH0
CALLDATALOAD
CREATE
PUSH1 0x0d
PUSH1 0x05
RETURN
PUSH0
SLOAD
PUSH1 0x01
ADD
PUSH1 0x00
MSTORE
PUSH1 0x20
PUSH1 0x00
RETURN

Solution

No response

clearloop avatar Dec 18 '23 04:12 clearloop