Avoid unnecessary allocations in MIR passes #2664
Labels
[C] Internal
Tracks some internal work. I.e.: Users should not be affected.
Z-Kani Compiler
Issues that require some changes to the compiler
Milestone
Proposed change:
Allocates only there is a change in the body during transformation using COW pattern. Suggested in #2658 (comment).
Motivation:
Avoid duplication of every function in memory during stubbing transformation.
The text was updated successfully, but these errors were encountered: