Exception Profiling (cont.)
When a program does generate a large number of exceptions, the exceptions are likely to be floating point underflows. Each exception generates a trap to the kernel to finish the calculation by setting the result to zero.
If underflow detection is not required for numerical accuracy, underflows can be flushed to zero in hardware.