Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Rename memory.drop and table.drop? #23

@julian-seward1

Description

@julian-seward1

The names memory.drop and table.drop are confusing in the sense that they don't have any effect on a memory or a table. Instead they modify (the validity of) data and element segments respectively. This is confusing for newcomers to the proposal, and it's also inconsistent with the other 5 proposed instructions, which do act on the object in their names.

I think it would be better to rename them thusly:

memory.drop --> dataseg.drop
table.drop --> elemseg.drop

Then consistency is restored, and it's clear what they actually act on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions