Compiler Optimizations before IR/CFG phase
Compiler Optimizations before IR/CFG phase
I understand Control-Flow Graph CFG optimizations and that they typically operate on SSA Intermediate Representations IR. I am wondering though if the compiler optimizes the AST in any way before the IR, or does any optimizations before the IRCFG phase.
Комментарии
Отправить комментарий