-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated inlining strategy that doesn't look at 'const' (#277)
Instead of looking at const, check whether the value is mutated. - By default, inline the trivial values (numbers) - With aggro-inlining, inline a few more things known to be constant - Make aggro-inlining safer (the large expressions are no longer copied everywhere) As a result, the behavior or default-inlining and aggro-inlining come much closer than before.
- Loading branch information
Showing
34 changed files
with
335 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
clod.frag... 8895 => 1533.510 | ||
audio-flight-v2.frag 4586 => 895.242 | ||
buoy.frag 4148 => 632.447 | ||
controllable-machinery.frag 7771 => 1227.917 | ||
clod.frag... 8918 => 1534.693 | ||
audio-flight-v2.frag 4584 => 898.967 | ||
buoy.frag 4137 => 630.100 | ||
controllable-machinery.frag 7760 => 1219.338 | ||
ed-209.frag 7860 => 1355.308 | ||
elevated.hlsl 3405 => 603.218 | ||
endeavour.frag 2642 => 541.090 | ||
from-the-seas-to-the-stars.frag 14320 => 2334.199 | ||
frozen-wasteland.frag 4601 => 809.115 | ||
kinder_painter.frag 2891 => 447.986 | ||
leizex.frag 2298 => 512.987 | ||
lunaquatic.frag 5231 => 1055.816 | ||
endeavour.frag 2627 => 536.451 | ||
from-the-seas-to-the-stars.frag 14308 => 2332.018 | ||
frozen-wasteland.frag 4597 => 809.000 | ||
kinder_painter.frag 2871 => 447.691 | ||
leizex.frag 2311 => 510.372 | ||
lunaquatic.frag 5257 => 1049.740 | ||
mandelbulb.frag 2403 => 547.468 | ||
ohanami.frag 3254 => 727.478 | ||
orchard.frag 5584 => 1037.403 | ||
ohanami.frag 3256 => 722.517 | ||
orchard.frag 5574 => 1034.487 | ||
oscars_chair.frag 4651 => 986.364 | ||
robin.frag 6333 => 1055.863 | ||
slisesix.frag 4571 => 930.275 | ||
slisesix.frag 4581 => 933.929 | ||
terrarium.frag 3634 => 747.342 | ||
the_real_party_is_in_your_pocket.frag 12187 => 1813.123 | ||
the_real_party_is_in_your_pocket.frag 12168 => 1811.526 | ||
valley_ball.glsl 4386 => 888.496 | ||
yx_long_way_from_home.frag 2975 => 610.699 | ||
Total: 118626 => 21293.347 | ||
Total: 118596 => 21265.585 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.