demotool/test/build.srd
Emmanuel BENOîT 94b01e62b4 Optimizer - Started work on function inlining
For now:
* Option that triggers inlining
* Compute list of inline-able functions
2017-12-17 15:59:29 +01:00

22 lines
292 B
Text

(cfg "Optimized"
(resolutions
(1280 720)
(1920 1080)
)
(optimizer on
(constant-folding on
(fixed-resolution on)
)
(constant-propagation on)
(dead-code-elimination on)
(function-inlining on)
)
)
(cfg "Basic"
(resolutions
(1280 720)
(1920 1080)
)
(optimizer off)
)