Mail Archives: djgpp/2000/01/06/15:02:59
Eli Zaretskii wrote in message ...
>
>What library, specifically, are you talking about? The DJGPP library
>has only 11 FWAIT instructions in 8 of its math functions; the next
>version of the library (to be released very soon) reduces this to 3
>FWAIT instructions in 3 functions. I don't see any problem here.
Watcom's, sorry I should have made that clear.
>Not quite true. Calling real-mode services has different overheads,
>depending what environments and waht methods are used to call
>real-mode code from a protected-mode program. Part of this overhead
>is in the library (copying data to conventional memory, preparing the
>real-mode call structures, etc.).
Ok, you are talking about the setup of parameters for a call of DPMI
301h/302h etc. Hrrrmmm, hardly seems much of a test as I would expect the
majority of the time would be in the real mode function or interrupt. Or is
this a measure of the efficiency of setting up parameters before a DPMI
call?
Still, that can be done.
Stephen Howe
- Raw text -