-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC] Simplify rec group initialization in wasm-type.cpp (#5683)
Now that we no longer support constructing basic heap types in TypeBuilder, we can fully initialize rec groups when they are created, rather than having to initialize them later during the build step after any basic types have been canonicalized. Alongside that change, also simplify the process of initializing a type builder slot to avoid completely overwriting the HeapTypeInfo in the slot and avoid the hacky workarounds that required.
- Loading branch information
Showing
2 changed files
with
28 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters