[Webkit-unassigned] [Bug 75243] [EFL] Refactor single backing store scroll code.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 5 17:11:14 PST 2012


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





--- Comment #9 from KwangHyuk <hyuki.kim at samsung.com>  2012-01-05 17:11:13 PST ---
(In reply to comment #8)
> Created an attachment (id=121262)
 --> (https://bugs.webkit.org/attachment.cgi?id=121262&action=review) [details]
> a patch for using memmove api.

>From the point of code complexity view, it looks really great.

But, IMO, memcpy() doesn't have any special handling for overlapping buffers therefore it may be faster than memmove().

As a result, I suggest you to use memcpy() and memmove() according to the condition.

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