Skip to content

Investigate unused opcodes #2233

@bettio

Description

@bettio

None of our tests are generating code making use of the following opcodes:

X_OPCODE(OP_ALLOCATE_ZERO, 14, allocate_zero)
X_OPCODE(OP_KILL, 17, kill)
X_OPCODE(OP_PUT, 71, put)
X_OPCODE(OP_MAKE_FUN2, 103, make_fun2)
X_OPCODE(OP_BS_ADD, 111, bs_add)

Are they still in use? Should we remove them?

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