Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 1996 00:12:38 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        joerg_wunsch@uriah.heep.sax.de, kuku@gilberto.physik.rwth-aachen.de
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: max math performance - how?
Message-ID:  <199608211412.AAA17293@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Another idea comes into mind: (don't know 386 architecture so well though):
>Assumed you have an FPU inlined libm. Would it be possible to
>run the emulator through a trap (emulator trap instruction) or
>intercepting the illegal instruction trap, checking the stack for a valid
>FPU instruction and pass instruction execution to the emulator
>in that case.

That's what happens now.  The emulator sees all FPU instructions.
Unfortunately, it doesn't handle any of the instructions for functions.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608211412.AAA17293>