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

Some minor updates #859

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Some minor updates #859

wants to merge 3 commits into from

Commits on Apr 24, 2022

  1. fix(sec. 9.2): Added two of the CALL opcodes

    All CALLs caused a subordinate message call.
    qbzzt authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    f24f938 View commit details
    Browse the repository at this point in the history
  2. fix(sec 9.2): Updated the memory expansion cost

    The cost of memory expansion is not always proportional to the memory used. For memories above 704 bytes, it approximates the square of the memory used (see eq. 326).
    qbzzt authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    82944d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. fix(eq. 142): The actual initial value is ∅

    See 2nd paragraph in section 9.4.
    qbzzt authored Apr 30, 2022
    Configuration menu
    Copy the full SHA
    d2a67fa View commit details
    Browse the repository at this point in the history