>does it really hit memory, unless you're
>looking to see if it hit memory?
yes it will hit memory. I process large data arrays, and i need to use those FPU registers as a storage for calculations i am doing in XMM registers. (to minimize DRAM latency) , so i need to pop from FPU to somewhere inside CPU, because if it goes out, i lost 200 cycles or so.