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

Direct unit tests for compiler optimisations #93678

Open
iritkatriel opened this issue Jun 10, 2022 · 0 comments
Open

Direct unit tests for compiler optimisations #93678

iritkatriel opened this issue Jun 10, 2022 · 0 comments
Assignees
Labels
interpreter-core tests type-feature

Comments

@iritkatriel
Copy link
Member

@iritkatriel iritkatriel commented Jun 10, 2022

We currently do not have a way to directly test compiler optimisations, and the tests we have are not always reliable (more background).

We need to be able to feed a sequence of bytecode instructions into the optimiser from python, and get its output back into python. Then we can write tests.

@iritkatriel iritkatriel added type-feature tests interpreter-core labels Jun 10, 2022
@iritkatriel iritkatriel self-assigned this Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core tests type-feature
Projects
None yet
Development

No branches or pull requests

1 participant