Re: 3 patches

2005-12-13 Thread Manuel Dejonghe
On 12/12/05, Peter D'Hoye <[EMAIL PROTECTED]> wrote: > Hi all, > > my first real mail on this list after I discovered that the mailing > list dropped my mails without complaining > (subscriber address != return address) Thanks for the clue. After months of wondering if ever somebody had given feed

RE: 3 patches

2005-12-13 Thread Peter D'Hoye
Magnus, > > In the yield() implementation I've added a mechanism that > > alternates between Sleep(0) and Sleep(1). This is because > > Sleep(1) makes the app run too slow (no audio), and Sleep(0) > > hogs the CPU (but gives sound). > > > > I wrote it so that it calls Sleep(1) every 256 calls to

Re: 3 patches

2005-12-13 Thread Magnus Holmgren
Peter D'Hoye wrote: this is a small but effective patch that makes the W32 simulator stop putting load on the CPU while having audio playback. In the yield() implementation I've added a mechanism that alternates between Sleep(0) and Sleep(1). This is because Sleep(1) makes the app run too slo

3 patches

2005-12-12 Thread Peter D'Hoye
Hi all, my first real mail on this list after I discovered that the mailing list dropped my mails without complaining (subscriber address != return address) Sorry for putting them in one mail... Here we go: patch 1378276 (H300 LCD: inlined some calls)