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

aot: avoid possible relocations around "stack_sizes" for indirect mode #2322

Merged
merged 4 commits into from Jun 29, 2023

Commits on Jun 28, 2023

  1. aot: avoid possible relocations around "stack_sizes" for indirect mode

    Fixes bytecodealliance#2316
    
    Lightly tested on riscv64 qemu.
    yamt committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e0f44a9 View commit details
    Browse the repository at this point in the history
  2. restore aot abi compatibility

    by moving aot_stack_sizes from aot inst to inst extra
    yamt committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f7ec28b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. style fixes

    yamt committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    361d83d View commit details
    Browse the repository at this point in the history
  2. use DefPointer for the new stack_sizes member

    not really necessary at this point. but just in case.
    yamt committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c66e62d View commit details
    Browse the repository at this point in the history