Emmanuel BENOîT
94b01e62b4
For now: * Option that triggers inlining * Compute list of inline-able functions
22 lines
292 B
Text
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)
|
|
)
|