------- Comment #7 from pinskia at gcc dot gnu dot org 2006-02-21 02:22 ------- I am going to say there are better ways of optimizing this than using the stack. the easy way to optimize this in your code is to reserve the required size before the loop, this is done in GCC also with the VEC already..
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26388