View Single Post
Old 29 October 2013, 08:50   #33
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
Quote:
Originally Posted by mark_k View Post
I'm assuming all those warnings are actually harmless, but wonder whether in some cases (e.g. gfxboard.cpp) they could indicate a possibility for optimisation? If a function returns a 64-bit integer, could modifying it to instead return a 32-bit int improve speed of the x86 build?
It is qemu cirrus logic "feature" of using 64-bit integers in indirect data access functions. (EDIT: 64-bit probably due to PCI bus) Direct VRAM reads or writes won't be affected if mode is linear = 256 colors or more.

I am not going to do any non-fix changes to qemu code to prevent annoying maintenance issues when/if merges needs to be done.

Last edited by Toni Wilen; 29 October 2013 at 10:39.
Toni Wilen is offline  
 
Page generated in 0.04519 seconds with 11 queries