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

Remove traces of Alloy from library/alloc #113

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

jacob-hughes
Copy link
Collaborator

Having parts of GC code in both library/std and library/alloc is a hangover from before and overly complicates linking. In order to apply some of the optimisations that we want on for off-thread finalisation, we must first fix this.

This commit simply shuffles code around and renames things.

@ltratt ltratt added this pull request to the merge queue Mar 18, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 18, 2024
@jacob-hughes
Copy link
Collaborator Author

Fixed here: ad0ee12

@ltratt
Copy link
Member

ltratt commented Mar 18, 2024

Please squash.

Having parts of GC code in both library/std and library/alloc is a
hangover from before and overly complicates linking. In order to apply
some of the optimisations that we want on for off-thread finalisation,
we must first fix this.

This commit simply shuffles code around and renames things.
@jacob-hughes
Copy link
Collaborator Author

Squashed

@ltratt ltratt added this pull request to the merge queue Mar 18, 2024
Merged via the queue into softdevteam:master with commit f9eaeca Mar 18, 2024
2 checks passed
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.

2 participants