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

wazevo: implements linear reg alloc algorithm #1829

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Conversation

mathetake
Copy link
Member

@mathetake mathetake commented Nov 7, 2023

This implements the variant of the Go's register allocator as in https://github.com/golang/go/blob/master/src/cmd/compile/internal/ssa/regalloc.go

#1496

@mathetake mathetake force-pushed the linearregalloc branch 3 times, most recently from 275fe8a to d6b6193 Compare November 15, 2023 03:07
@mathetake
Copy link
Member Author

ok almost done finally...

@mathetake mathetake force-pushed the linearregalloc branch 3 times, most recently from ad8413c to a0f5ecb Compare November 16, 2023 01:45
@mathetake mathetake marked this pull request as ready for review November 16, 2023 04:30
@mathetake mathetake merged commit 374d6ff into main Nov 16, 2023
50 of 51 checks passed
@mathetake mathetake deleted the linearregalloc branch November 16, 2023 05:46
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