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

Optimize access to elements of list slices #1084

Open
kasperl opened this issue Oct 2, 2022 · 0 comments
Open

Optimize access to elements of list slices #1084

kasperl opened this issue Oct 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@kasperl
Copy link
Member

kasperl commented Oct 2, 2022

The case isn't handled in the Interpreter::fast_at helper yet:

bool Interpreter::fast_at(Process* process, Object* receiver, Object* arg, bool is_put, Object** value) {

@kasperl kasperl added the enhancement New feature or request label Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant