Optimizer - Control flow graph construction

This commit is contained in:
Emmanuel BENOîT 2017-12-03 18:35:56 +01:00
parent c7e4ccf67e
commit b6f9d06be0
4 changed files with 370 additions and 6 deletions

View file

@ -5,6 +5,7 @@
)
(optimizer on
(constant-folding on)
(constant-propagation on)
)
)