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.

Комментарии

Популярные сообщения из этого блога

Skipping acquire of configured file 'contrib/binary-i386/Packages' as repository … doesn't support architecture 'i386'

FillChar and StringOfChar under Delphi 10.2 for Win64 Release Target

Python Selenium - How to configure a client certificate file while initializing PhantomJS driver instance