Commit d7bd6d64 authored by Albert Magyar's avatar Albert Magyar
Browse files

Use recursive-then-iterative approach for check_width_e

* Avoid excessively deep recursion
* Avoid overhead of DFS for shallow expression trees
* Reduce work: skip expressions that cannot contain error-containing subtrees
* Review feedback: added commentary to explain new check_widths_e structure
parent 88112433
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment