> In fact, we had a crasher in FFT objects which used temporary
buffers on the stack. Users tried to do a 100 000 point FFT and it
would crash on Windows.
That's interesting. Is this a case where the algorithm requires allocating for 100,000 points *inside* the perform routine?
-Jonathan