This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/16022] Excessive memory usage of vectorizer


------- Additional Comments From rguenth at tat dot physik dot uni-tuebingen dot de  2004-06-16 15:36 -------
Ok, it compiled the testcase with -fno-exceptions and even seems to run
successfully.  But the vectorizer didn't do anything interesting.  Not one loop
out of 323 was vectorized, mostly due to "complicated pointer arithmetic" or
"can't compute number of iterations".  The interesting ones all due to the
latter reason.

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]