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 IrInstruction into IrInst, IrInstSrc, IrInstGen #4290

Merged
merged 2 commits into from Jan 26, 2020

Conversation

andrewrk
Copy link
Member

@andrewrk andrewrk commented Jan 26, 2020

This makes it so that less memory is used for IR instructions, as well
as catching bugs when one expected one kind of instruction and received
the other.

This modification found and fixed a few bugs along the way.

This branch makes std lib tests on windows go from using 5.6 GiB peak memory (in the memory profiling build) to 4.5 GiB peak memory. That should be enough (for now) to merge #4264. See also related issue #471.

This makes it so that less memory is used for IR instructions, as well
as catching bugs when one expected one kind of instruction and received
the other.
@andrewrk andrewrk added the stage1 The process of building from source via WebAssembly and the C backend. label Jan 26, 2020
@andrewrk andrewrk merged commit 4e9b1f5 into master Jan 26, 2020
@andrewrk andrewrk deleted the split-ir-structs branch January 26, 2020 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage1 The process of building from source via WebAssembly and the C backend.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant