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

I like the idea of visualizing the parse tree, and another fun place to go would be to do a real IR, bring things into SSA form, show phi function placement, and then do register allocation and optimization.


I have in the past used xdot files to good effect for visualizing phi function placement and interference graphs. What would be great is a way to make the result interactive (e.g. drill down from basic blocks to instructions, selectively get more or less detail on voluminous data like live ranges). Graphviz unfortunately isn't suitable for that.


It's really easy to do that in force-directed layout in Javascript, but annoying to do it in a tree (or, better, orthogonal) layout.

(Hoping someone corrects me on this.)


Would you pay for such a tool?


I'd pay $500 for a 2015 version of: https://www.gnu.org/software/ddd. Would pay a lot more if I made my living coding.


oh man i remember loving ddd




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

Search: