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

The code generator(s) for the interpreters and JIT could do with better error reporting and documentation #125046

Open
2 tasks
markshannon opened this issue Oct 7, 2024 · 1 comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@markshannon
Copy link
Member

markshannon commented Oct 7, 2024

Particularly they need:

  • Better documentation of DEAD, ERROR_IF, DEOPT_IF and other special macros.
  • Checks for use after free. We track liveness of values, so we can report uses of dead variables.
@picnixz picnixz added type-feature A feature request or enhancement interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Oct 7, 2024
@Lincoln-developer
Copy link
Contributor

hey, @markshannon I would love to work on this if you don't mind, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants