VOGONS

Common searches


Search results

Display options

Re: DosBox and DEP

Copy code to clipboard 1 #if (C_HAVE_MPROTECT) 2 if(mprotect(cache_code_link_blocks,sizeof(cache_code_link_blocks),PROT_WRITE|PROT_READ|PROT_EXEC)) 3 LOG_MSG("Setting excute permission on cache code link blocks has failed"); 4 #endif Don't know when mprotect is available. Under windows maybe …

Re: Maximum cycles=max level

It's quite simple: every change might introduce problems, so if it's not needed (this is quite subjective by times, yes) it's left as is. Again this does not imply that anything was wrong with your patches. Looking through them i learned this and that. But "preferred" speed updates in this phase of …

Re: Maximum cycles=max level

Yes, there was no apparent need for this (or ignorance toward that) so you can thank Pan for convincement, and Pan can thank you for your implementation :) Or something like that. The stream inlining, well on the average we spend way above 10000 cycles in the core before returning to the main loop. …

Re: DOSbox and Daggerfall

Well the point is that there's no max in 0.65, but there's auto and max in the cvs (and they're different). Just if you replace max with auto in your posting, it's valid (and has the same effect on speed) for 0.65 and cvs builds 😉 It's just to avoid "setting cycles to max is so slow, why?" …

Page 362 of 445