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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 14 01:44:48 PDT 2012


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


Grzegorz Czajkowski <g.czajkowski at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |g.czajkowski at samsung.com




--- Comment #4 from Grzegorz Czajkowski <g.czajkowski at samsung.com>  2012-08-14 01:45:17 PST ---
(In reply to comment #3)
> Created an attachment (id=158256)
 --> (https://bugs.webkit.org/attachment.cgi?id=158256&action=review) [details]
> patch
> 
> Under current edje implementation, it seems we wouldn't avoid malloc usage even in cpp source code. :-(

Informal r- from my side because of two reason:

1) According to WebKit-Efl style we should avoid memory allocation with malloc and friends. new operator is preferred. 

2) I don't see any benefits of allocating/freeing memory in this case.

You can get more information here https://bugs.webkit.org/show_bug.cgi?id=72017.

-- 
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