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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 16 22:43:14 PDT 2012


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





--- Comment #22 from Kangil Han <kangil.han at samsung.com>  2012-08-16 22:43:46 PST ---
(In reply to comment #21)
> Hmm, it was failing here because <new> had to be included in that snippet I was using.
> 
> Go for the placement new version, as it is cleaner and conveys the intents better than the casts. Just for safety, please #include <new> as well to make sure the global placement new overload is available.

new version has one drawback.
it seems we couldn't use OwnPtr for this case.
Would you prefer explicit *delete* usage?

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