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

Stop assuming "transfer" is same-agent cluster #1422

Merged
merged 1 commit into from
Aug 21, 2024

Commits on Jul 19, 2024

  1. Stop assuming "transfer" is same-agent cluster

    The previous text assumed that the AllocateArrayBuffer step would never throw, since it was basically spec fiction for retargeting a pointer. However, if we transfer across agent clusters, memory allocation will be needed. And even then, we shouldn't be normatively asserting that implementations use the pointer-retargeting strategy. Instead, we can explain it in a note.
    domenic committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6a37390 View commit details
    Browse the repository at this point in the history