Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ctor-eval] Stop if there are any memory.init instructions (#4442) | Alon Zakai | 2022-01-11 | 1 | -0/+18 |
This tool depends (atm) on flattening memory segments. That is not compatible with memory.init which cares about segment identities. This changes flatten() only by adding the check for MemoryInit. The rest is unchanged, although I saw the other two params are not needed and I removed them while I was there. |