Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Implement mstore/mload #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

valo
Copy link

@valo valo commented Sep 15, 2023

This is done by allocating a 4MB buffer, which is being passed to the execution context. There is no automatic extension of the memory, so trying to access over the bounderies of the buffer will result in a SEGFAULT.

Removed some unused fields in the execution context to simplify things.

Added names to the IR variables to make debugging the generated IR code easier.

This is done by allocating a 4MB buffer, which is being passed to the
execution context. There is no automatic extension of the memory, so
trying to access over the bounderies of the buffer will result in a
SEGFAULT.

Removed some unused fields in the execution context to simplify things
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant