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

chore(compiler)!: Refactor HeapAllocated/StackAllocated into Managed/Unmanaged #1268

Merged
merged 2 commits into from
May 29, 2022

Conversation

ospencer
Copy link
Member

Makes CMI size a tad smaller too.

Closes #1154

@ospencer ospencer requested a review from a team May 27, 2022 21:36
@ospencer ospencer self-assigned this May 27, 2022
Copy link
Member

@phated phated left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice change. Though I'm looking at this and it probably should have been a "good first issue" for someone

@peblair
Copy link
Member

peblair commented May 29, 2022

@ospencer Not breaking? Changes to the CMI should be, no?

@ospencer
Copy link
Member Author

Some CMI changes aren't breaking (the modules just get recompiled if there's an old version/mismatch). This one's borderline for if someone was relying on that CMI information, so I'll just mark it breaking.

@ospencer ospencer changed the title chore(compiler): Refactor HeapAllocated/StackAllocated into Managed/Unmanaged chore(compiler)!: Refactor HeapAllocated/StackAllocated into Managed/Unmanaged May 29, 2022
@ospencer ospencer merged commit 1590a37 into main May 29, 2022
@ospencer ospencer deleted the oscar/refactor-heap-stackallocated branch May 29, 2022 18:39
@github-actions github-actions bot mentioned this pull request May 29, 2022
@github-actions github-actions bot mentioned this pull request May 31, 2022
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.

Refactor HeapAllocated/StackAllocated to Managed/Unmanaged
4 participants