Skip to content
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

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

Closed
clearloop opened this issue Dec 18, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@clearloop
Copy link
Member

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 clearloop added the bug Something isn't working label Dec 18, 2023
@clearloop
Copy link
Member Author

fixed by #229

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant