[Python-Dev] Strategy for converting the decimal module to C (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Fri Jul 21 03:17:43 CEST 2006
- Previous message: [Python-Dev] Strategy for converting the decimal module to C
- Next message: [Python-Dev] new security doc using object-capabilities
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Nick Maclaren wrote:
Now, interrupting into that level has to be transparent, in order to support TLB misses, clock interrupts, device interrupts, machine-check interrupts and so on.
I thought we were just talking about counting the number of floating point exceptions that a particular piece of code generates. Surely that's deterministic, and isn't affected by any of that stuff?
-- Greg
- Previous message: [Python-Dev] Strategy for converting the decimal module to C
- Next message: [Python-Dev] new security doc using object-capabilities
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]