[Webkit-unassigned] [Bug 183535] [WebAuthN] CBOR encoder needs to deal with bytes directly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 1 17:13:48 PDT 2018


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

--- Comment #2 from Jiewen Tan <jiewen_tan at apple.com> ---
Actually, this bug applies to all different value types the encoder support. Instead of holding the value, the encoder will be more efficient to provide a mode to only hold a reference to the value and then let the caller to guarantee the value is unchanged and alive during the encoding period. Anyway, it will be good to optimize it but not a blocker for the feature.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181002/39e9ee32/attachment.html>


More information about the webkit-unassigned mailing list