[Webkit-unassigned] [Bug 35233] Optimize Latin-1 decoding in TextCodecLatin1::decode()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 23 04:16:50 PST 2010


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





--- Comment #7 from Andreas Kling <andreas.kling at nokia.com>  2010-02-23 04:16:50 PST ---
(In reply to comment #4)
> Possibly better for platforms that allow unaligned access, this can be done
> with a single line:
> 
>     *reinterpret_cast<uintptr_t*>(dest) = chunk;

`dest` is UChar* (16-bit), so that won't work.

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