From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: `void main' in Gnu packages---?! Date: Tue, 18 Jan 2000 06:38:15 +0200 Organization: NetVision Israel Lines: 8 Message-ID: <3883EE37.68D696A8@is.elta.co.il> References: NNTP-Posting-Host: ras1-p58.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 948170288 8761 62.0.172.60 (18 Jan 2000 04:38:08 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 18 Jan 2000 04:38:08 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Shawn Hargreaves wrote: > > Wouldn't this accounting add a lot of additional overhead to these calls, > though? __dpmi_int() in particular is used frequently enough to be a > major performance bottleneck in some situations. All you need to do is to farpeekb at the BIOS data area where the BIOS tick count is maintained. I'm sure we can sustain a few simple instructions...