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

[Evaluator] Remove obsolete optimizations #1843

Open
drkameleon opened this issue Dec 31, 2024 · 0 comments
Open

[Evaluator] Remove obsolete optimizations #1843

drkameleon opened this issue Dec 31, 2024 · 0 comments
Assignees
Labels
ast Issues related to the intermediate AST representation cleanup Code cleanup, comments and micro-optimizations critical Critical, top-priority issues enhancement New feature or request evaluator Issues related to the evaluator (src/vm/eval.nim)

Comments

@drkameleon
Copy link
Collaborator

Right now, we have different leftover optimizations (at AST & Eval level) that don't make sense anymore and could potential harm the performance instead, e.g. if? handling.

We should clean this all up.

@drkameleon drkameleon added enhancement New feature or request evaluator Issues related to the evaluator (src/vm/eval.nim) ast Issues related to the intermediate AST representation labels Dec 31, 2024
@drkameleon drkameleon self-assigned this Dec 31, 2024
@drkameleon drkameleon added cleanup Code cleanup, comments and micro-optimizations critical Critical, top-priority issues labels Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ast Issues related to the intermediate AST representation cleanup Code cleanup, comments and micro-optimizations critical Critical, top-priority issues enhancement New feature or request evaluator Issues related to the evaluator (src/vm/eval.nim)
Projects
None yet
Development

No branches or pull requests

1 participant