[Webkit-unassigned] [Bug 93931] [EFL] Remove alloca usage.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 15 23:09:09 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=93931





--- Comment #13 from Kangil Han <kangil.han at samsung.com>  2012-08-15 23:09:41 PST ---
Here is interesting result I've found. It depends on gcc optimization flag.

-O0(no optimization) : no warning message.
-O1 : no warning message.
-O2 : test.cpp:16:19: warning: array subscript is above array bounds [-Warray-bounds]
-O3(actually used in efl build) : test.cpp:16:19: warning: array subscript is above array bounds [-Warray-bounds]

Given circumstances, my two cents on this, I know edje has implemented unusually, using *new* keyword would be unavoidable.

rakuco, grzegorz: how do you think about this?

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



More information about the webkit-unassigned mailing list