[webkit-dev] SerializedScriptValue: signed vs unsigned char
Benjamin Poulain
benjamin at webkit.org
Mon Feb 4 17:14:00 PST 2013
On Mon, Feb 4, 2013 at 4:54 PM, Alec Flett <alecflett at chromium.org> wrote:
> Well, nobody is explicitly using LChar with SerializedScriptValue (maybe
> it should, maybe that's another issue) but I guess this is why I'm asking
> - I'm happy to just deal with this in IDB with some ugly reinterpret_casts
> here and there (ok maybe not happy, but satisfied enough) if folks prefer
> that. I don't personally find uint8_t to be any more intuitive than char,
> but it sounds like some do. Nevermind...
>
Well, since you never use character types and only raw data, just ignore my
comment.
As far as I know, it is already common to use signed char for raw data (in
the network stack for example).
Benjamin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20130204/4f2bd51a/attachment.html>
More information about the webkit-dev
mailing list