Bug 237502 - Optimize the passing of data across threads
Summary: Optimize the passing of data across threads
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 237568
  Show dependency treegraph
 
Reported: 2022-03-05 10:43 PST by Chris Dumez
Modified: 2022-03-07 16:53 PST (History)
28 users (show)

See Also:


Attachments
Patch (157.56 KB, patch)
2022-03-05 10:56 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (157.35 KB, patch)
2022-03-05 11:04 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (157.36 KB, patch)
2022-03-05 11:07 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (159.32 KB, patch)
2022-03-05 13:29 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (159.30 KB, patch)
2022-03-05 16:14 PST, Chris Dumez
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (159.29 KB, patch)
2022-03-05 18:21 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (158.44 KB, patch)
2022-03-07 12:05 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2022-03-05 10:43:54 PST
Optimize de passing of data across threads by optimizing the cases where isolatedCopy() is called on a r-value reference and by calling isolatedCopy() on r-value references whenever possible.
Comment 1 Chris Dumez 2022-03-05 10:56:32 PST
Created attachment 453912 [details]
Patch
Comment 2 Chris Dumez 2022-03-05 11:04:36 PST
Created attachment 453913 [details]
Patch
Comment 3 Chris Dumez 2022-03-05 11:07:27 PST
Created attachment 453914 [details]
Patch
Comment 4 Chris Dumez 2022-03-05 13:29:25 PST
Created attachment 453920 [details]
Patch
Comment 5 Chris Dumez 2022-03-05 16:00:54 PST
Comment on attachment 453920 [details]
Patch

Some failures on EWS debug. I'll investigate.
Comment 6 Chris Dumez 2022-03-05 16:14:20 PST
Created attachment 453922 [details]
Patch
Comment 7 Chris Dumez 2022-03-05 18:21:23 PST
Created attachment 453926 [details]
Patch
Comment 8 Geoffrey Garen 2022-03-07 11:43:29 PST
Comment on attachment 453926 [details]
Patch

r=me
Comment 9 EWS 2022-03-07 12:01:57 PST
Tools/Scripts/svn-apply failed to apply attachment 453926 [details] to trunk.
Please resolve the conflicts and upload a new patch.
Comment 10 Chris Dumez 2022-03-07 12:05:12 PST
Created attachment 454010 [details]
Patch
Comment 11 Chris Dumez 2022-03-07 12:29:29 PST
Comment on attachment 454010 [details]
Patch

Clearing flags on attachment: 454010

Committed r290901 (248132@trunk): <https://commits.webkit.org/248132@trunk>
Comment 12 Chris Dumez 2022-03-07 12:29:34 PST
All reviewed patches have been landed.  Closing bug.
Comment 13 Radar WebKit Bug Importer 2022-03-07 12:30:22 PST
<rdar://problem/89923434>