Skip to content

Bytecode inline caching issues #24

Open
@pfalcon

Description

@pfalcon

Currently, (only) following opcodes cache a look up index (inline in the opcode):

  • LOAD_NAME
  • LOAD_GLOBAL
  • LOAD_ATTR
  • STORE_ATTR

This leaves out another very common opcode which looks up by qstr: LOAD_METHOD.

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