Does anyone here know if at any point, there's a way to determine which nodes in the compiler are being ignored (dead code removal) and which ones not? I mean, is there any stage on the compilation process where removed AST nodes can be listed? I would love to use the background compiler to tell me which areas of source code are not being compiled and displaythem diferently on the editor. I've seen dead code removal is one of the things that confuses newcomers the most (in addition to target setup).
I don't want to ask Mark as I can imagine he'll be rather busy this days, so if anyone that has tweaked a bit more than me the trans tools can enlighten me a bit, I would be grateful.
|