VOGONS

Common searches


Search results

Display options

Re: My couple of rigs showing their age

* DX/2-66, 48M, 1.3G IDE drive, NT4 Server running a DHCP server.on my lan * P90, 128M, NT4 Server with about 6 SCSI drives doing general file server duty * K6/2-400, 80M, 9G SCSI, W2K * Dual PII Xeon, 128M W2K * Dual P233MMX, 196M, (3) 9G SCSI drives, Debian Many more, but those are the ones turned …

Re: hello AND performance

I don't know of anything that timed specific instructions, I always use the timings from the Intel manuals when I do optimization work. Perhaps a more important effort would be to create some sort of single-step profiler that would tally up occurances of particular instructions in various apps. That …

Re: Anti-debugging, whatever, code in older games...?

Some of the old stuff could rely on self modifying code in certain ways that tricked the prefetch queue into executing code in the queue rather than what was in ram at the time (this defeats single stepping by debuggers). In the vast majority of cases the prefetch queue manages to catch the mod and …

Re: NPX BCD operations completely broken

If BCD's were twiddled on a load/store such that only the high order BCD digits get chopped, then the impact would be reduced to those values in the range of the national debt. Not being in normalized form like an ordinary float is what causes the most problem - losing the bottom bits of an 80 bit …

Page 1 of 1