[Webkit-unassigned] [Bug 18366] Crash during sunspider 3d-raytracing test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 9 03:50:43 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18366





------- Comment #3 from mh+webkit at glandium.org  2008-04-09 03:50 PDT -------
FWIW, and this applies to bugs 18367, 18368 and 18369, too, the crash happens
when building with -O1, with -O2, but NOT when building with -O0 or -fdefer-pop
-fdelayed-branch -fguess-branch-probability -fcprop-registers -fif-conversion
-fif-conversion2 -ftree-ccp -ftree-dce -ftree-dominator-opts -ftree-dse
-ftree-ter -ftree-lrs -ftree-sra -ftree-copyrename -ftree-fre -ftree-ch
-funit-at-a-time -fmerge-constants, which is listed in gcc's man as being the
flags -O1 turn on.

Note that a -O1 build is significantly faster on the tests that pass than a
build with all these flags, so obviously, gcc does much more than what it
claims.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list