Optimizer - Fixed input handling
This commit is contained in:
parent
d3b1883693
commit
965496b231
3 changed files with 21 additions and 11 deletions
test
|
@ -1,4 +1,4 @@
|
|||
(cfg "Optimized"
|
||||
(cfg "OptimizedFixed"
|
||||
(resolutions
|
||||
(1280 720)
|
||||
(1920 1080)
|
||||
|
@ -6,6 +6,20 @@
|
|||
(optimizer on
|
||||
(constant-folding on
|
||||
(fixed-resolution on)
|
||||
(inputs on)
|
||||
)
|
||||
(constant-propagation on)
|
||||
(dead-code-elimination on)
|
||||
(function-inlining on)
|
||||
)
|
||||
)
|
||||
|
||||
(cfg "OptimizedDynamic"
|
||||
(resolutions chooser)
|
||||
(optimizer on
|
||||
(constant-folding on
|
||||
(fixed-resolution off)
|
||||
(inputs on)
|
||||
)
|
||||
(constant-propagation on)
|
||||
(dead-code-elimination on)
|
||||
|
@ -14,9 +28,6 @@
|
|||
)
|
||||
|
||||
(cfg "Basic"
|
||||
(resolutions
|
||||
(1280 720)
|
||||
(1920 1080)
|
||||
)
|
||||
(resolutions chooser)
|
||||
(optimizer off)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue