Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bytecode inline caching issues #24

Open
pfalcon opened this issue Jan 1, 2019 · 0 comments
Open

Bytecode inline caching issues #24

pfalcon opened this issue Jan 1, 2019 · 0 comments

Comments

@pfalcon
Copy link
Owner

pfalcon commented Jan 1, 2019

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.

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

No branches or pull requests

1 participant