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

split up x862-aset2 #495

Merged
merged 4 commits into from
Jun 6, 2024
Merged

split up x862-aset2 #495

merged 4 commits into from
Jun 6, 2024

Conversation

xrme
Copy link
Member

@xrme xrme commented Jun 6, 2024

Following a similar split on the ARM port (see 1257acd), split
x862-aset2 into two cases, one which handles the needs-memoization
case, and another that handles the other cases.

xrme added 4 commits June 5, 2024 16:16
One case deals with the write barrier, and the other with
all others.  In the write barrier case, we need to get
vector/index/new-value into arg_x/arg_y/arg_z; te other cases
have more flexibility.

(We already do this on the ARM.)
We can do this now because the needs-memoization case has been
moved to x862-aset-via-gvset.
@xrme xrme merged commit 477674e into master Jun 6, 2024
1 check passed
@xrme xrme deleted the x86-aset2 branch June 6, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant