Skip to content

The opcode impl hook design is inefficient #1

Description

@mlouielu

Current design about opcode implement hook is to hook the corresponding implement to each instruction in env->insts, which the insts is read from file.

Should it be hook on an opcode impl list, then each instruction only need to call from env->impl[opcode](...), this should be more efficient for memory usage and hooking stage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions