Changed paths:
M doc/toolchain.rst
M hilti/toolchain/src/compiler/optimizer.cc
Log Message:
-----------
Enable control-flow based optimizations by default.
We initially landed optimizations dependent on control and data flow
behind a feature flag since the implementation had known issues. These
have now been fixed, so we enable these optimizations by default. The
feature flag stays in place and can be used to disable them now.
Changed paths:
M doc/toolchain.rst
M hilti/toolchain/src/compiler/optimizer.cc
Log Message:
-----------
Enable control-flow based optimizations by default.
We initially landed optimizations dependent on control and data flow
behind a feature flag since the implementation had known issues. These
have now been fixed, so we enable these optimizations by default. The
feature flag stays in place and can be used to disable them now.