Skip to content

Conversation

@tlively
Copy link
Member

@tlively tlively commented Nov 18, 2025

and struct.new_default_desc instructions that take descriptor operands.
These will replace the overload of struct.new and struct.new_default for
types that have descriptors. It will be invalid to use the new
instructions on types that do not have descriptors and to use the old
instructions on types that do have descriptors.

For now, to allow for a graceful transition, accept the old overloaded
uses of struct.new and struct.new_default where the new instructions
will eventually be required.

and struct.new_default_desc instructions that take descriptor operands.
These will replace the overload of struct.new and struct.new_default for
types that have descriptors. It will be invalid to use the new
instructions on types that do not have descriptors and to use the old
instructions on types that do have descriptors.

For now, to allow for a graceful transition, accept the old overloaded
uses of struct.new and struct.new_default where the new instructions
will eventually be required.
@tlively tlively requested a review from kripken November 18, 2025 19:57
@tlively tlively merged commit df3d896 into main Nov 20, 2025
16 checks passed
@tlively tlively deleted the new-desc-allocations branch November 20, 2025 15:59
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.

3 participants