Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Expressions are DAGs after common subexpression elimination. DAGs are what you get when you symbolically evaluate expressions on a stack machine without backward edges in control flow. Leave out the backward edges and the phi nodes they create, and you get DAGs from SSA form as well (but sequencing has information that you lose).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: