Skip to content
Snippets Groups Projects
Commit ef5dad8c authored by Jan de Mooij's avatar Jan de Mooij
Browse files

Bug 1812055 - Add fast paths for the most common cases to...

Bug 1812055 - Add fast paths for the most common cases to JSStructuredCloneReader::readObjectField. r=sfink

On typical workloads, these fast paths for plain objects and array objects handle
at least 97% of cases. This is much faster than the generic `DefineDataProperty` code.

Differential Revision: https://phabricator.services.mozilla.com/D167685
parent 4c45bb09
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment