Skip to content

Use local variable to compute gradual score

Frediano Ziglio requested to merge fziglio/spice:mr_optimization_gradual into master

Due to aliasing using pointers lead to some sub-optimization. Use local variable and then write them to output to improve performances.

Signed-off-by: Frediano Ziglio fziglio@redhat.com

Merge request reports