Closed Bug 1381687 Opened 7 years ago Closed 7 years ago

Store and transfer schema JSON in structured clone blobs

Categories

(WebExtensions :: General, enhancement)

enhancement
Not set
normal

Tracking

(firefox56 fixed)

RESOLVED FIXED
mozilla56
Tracking Status
firefox56 --- fixed

People

(Reporter: kmag, Assigned: kmag)

References

(Blocks 2 open bugs)

Details

Attachments

(1 file)

We currently spend a lot of time, especially at startup, structured cloning schema JSON data to send to content processes, either via initialProcessData or Schema:Add messages. We also, unfortunately, tend to access it via proxies in compartments other than the one that owns it.

Storing the data in StructuredCloneBlobs should help with both of these problems, since they're much cheaper to clone (a simple memcpy rather than a recursive walk of a large object tree through cross-compartment proxies), and would wind up decoded into the Schemas.jsm compartment no matter how they're loaded.
Blocks: webext-perf
Comment on attachment 8887262 [details]
Bug 1381687: Store and transfer schema JSON in structured clone blobs.

https://reviewboard.mozilla.org/r/158056/#review164420
Attachment #8887262 - Flags: review?(aswan) → review+
https://hg.mozilla.org/integration/mozilla-inbound/rev/7066bee0381d62764ba8fc55aa4270eb5a241b20
Bug 1381687: Store and transfer schema JSON in structured clone blobs. r=aswan (not a CLOSED TREE)
https://hg.mozilla.org/integration/mozilla-inbound/rev/4f740894454e7d3fab18e2926391fdca1d8a9121
Bug 1381687: Follow-up: Fix bustage where theme code is touching raw schema JSON that it shouldn't be.
Depends on: 1382645
== Change summary for alert #8106(as of July 20 2017 7:10 UTC) ==

Improvements:

 5%  ts_paint_webext windows10-64 opt e10s     950.5 -> 900.17
 5%  ts_paint_webext windows7-32 pgo e10s   867.96 -> 828.77
 4%  ts_paint_webext windows7-32 opt e10s     1067.33 -> 1028.42
 3%  ts_paint_webext linux64 opt e10s   1280.08 -> 1241.92
 2%  ts_paint_webext linux64 pgo e10s 1125.67 -> 1101.25


For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=8106
Blocks: 1373418
Product: Toolkit → WebExtensions
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: