On 18 June 2010 01:50, Scott Ritchie scott@open-vote.org wrote:
Hey Peter,
Was just hoping you'd make the (I believe trivial) change to your gcov patch that Alexandre wanted and submit it by tomorrow so it creeps into the next RC. I want to start messing around with profiled package builds this weekend :)
Anyway, keep up the good work!
Thanks, Scott Ritchie
I didn't send it because the change was so trivial (I have now). Note you will need to build wine-preloader without PGO (and with a libport.a without PGO) or you will get libc linking errors.
Peter
On 06/18/2010 11:40 AM, Peter Davies wrote:
I didn't send it because the change was so trivial (I have now). Note you will need to build wine-preloader without PGO (and with a libport.a without PGO) or you will get libc linking errors.
Peter
What is the cleanest way to do this? I was hoping it would be as simple as passing -fprofile-generate and -fprofile-dir as CFLAGS and LDFLAGS to configure.
Thanks, Scott Ritchie
What is the cleanest way to do this? I was hoping it would be as simple as passing -fprofile-generate and -fprofile-dir as CFLAGS and LDFLAGS to configure.
Thanks, Scott Ritchie
Copy 'preloader.o' (to prevent wine-preloader being rebuilt) and 'wine-preloader' from a normal build. As noted elsewhere -fprofile-dir won't work (I intend to fix this soon).
Peter