commit | a0f426109e17d579c2712f5b96a50215e6cc06a4 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Jan 03 15:32:57 2012 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Jan 12 10:03:28 2012 -0600 |
tree | 772b9cbe1226cce709b5ae86b0e4466e589ca678 | |
parent | 19bf7c87081835449d5683ecb0858255bf5a0546 [diff] |
vga: optimize ppm_save() divisions ppm_save() spends upwards of 50% of its time doing divisions. Replace them with shifts. Reviewed-by: Alon Levy <alevy@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>