WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
213498
We should have a JSON.parse bytecode
https://bugs.webkit.org/show_bug.cgi?id=213498
Summary
We should have a JSON.parse bytecode
Keith Miller
Reported
2020-06-22 19:02:51 PDT
If a script has a very large JSON payload we currently allocate bytecode to initialize the object proportionally to the size of the object. This is very inefficient since most JSON massive objects are only initialized once. Instead, we should have a bytecode that takes a source position to parse as JSON.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug