Mail Archives: djgpp/2000/01/11/06:53:31
David Cleaver (davidis AT ou DOT edu) wrote:
: Hello everyone,
: I know that this was sort of addressed in the FAQ, but, my problem is a
: little bit different. In the FAQ there was a question relating to one
: of the DJGPP libraries eating about 60% of the run time of the program.
: The FAQ stated that it was either I/O or "real-mode services" that would
: produce this result. I know I don't have much I/O (only 2 printf
: statements) so, what are these "real-mode services"?
: BTW, in the FAQ it was __dpmi_int that was being called extensively.
: However, on my machine the "function" being called extensively is
: "__umoddi3". Are these two related? Does it matter which is being
: called extensively? Thank you for any info you can provide.
No I don't think so. __umoddi3 sounds like unsigned modulus
operation. If your program is integer math intensive, I think this is
normal.
Right,
MartinS
- Raw text -