------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-13 
17:29 -------
Just a note, here is the fits of x/10000 vs ts:
The first time:
8.666+4.8264 x + 0.04201 x^2 - 0.0003 x^3

The second time:
5.628 + 1.19516 x - 0.0004 x^2 + 0.000127 x^3

So the second one is O(n) but the first is about O(n^2).

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19422

Reply via email to