diff options
author | Matt Turner <[email protected]> | 2015-11-24 17:17:29 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2016-03-30 13:12:34 -0700 |
commit | a74fc3fe8ada87e1fedeea86f2d93f736a1217bc (patch) | |
tree | 85f6845d7d204e081053c91a0ddfc4878db0663e /src/compiler/nir/nir_opt_algebraic.py | |
parent | 1faca438bdbf11d85a6158d41ea91cab40fc2033 (diff) |
i965: Don't inline intel_batchbuffer_require_space().
It's called by the inline intel_batchbuffer_begin() function which
itself is used in BEGIN_BATCH. So in sequence of code emitting multiple
packets, we have inlined this ~200 byte function multiple times. Making
it an out-of-line function presumably improved icache usage.
Improves performance of Gl32Batch7 by 3.39898% +/- 0.358674% (n=155) on
Ivybridge.
Reviewed-by: Abdiel Janulgue <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir_opt_algebraic.py')
0 files changed, 0 insertions, 0 deletions