[Evaluator] Remove obsolete optimizations #1843
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)
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.
The text was updated successfully, but these errors were encountered: