WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
154751
Reduce direct callers of Structure::findStructuresAndMapForMaterialization
https://bugs.webkit.org/show_bug.cgi?id=154751
Summary
Reduce direct callers of Structure::findStructuresAndMapForMaterialization
Joseph Pecoraro
Reported
2016-02-26 14:03:25 PST
* SUMMARY Reduce direct callers of Structure::findStructuresAndMapForMaterialization. Structure::findStructuresAndMapForMaterialization has a very subtle locking contract. Most places that use it, simply want to iterate over all of the properties of the structure. For that, we can use Structure::forEachPropertyConcurrently. Here the code was identical, so just share the code.
Attachments
[PATCH] Proposed Fix
(2.27 KB, patch)
2016-02-26 14:04 PST
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2016-02-26 14:04:47 PST
Created
attachment 272368
[details]
[PATCH] Proposed Fix
Mark Lam
Comment 2
2016-02-26 14:10:15 PST
Comment on
attachment 272368
[details]
[PATCH] Proposed Fix r=me
WebKit Commit Bot
Comment 3
2016-02-26 14:58:48 PST
Comment on
attachment 272368
[details]
[PATCH] Proposed Fix Clearing flags on attachment: 272368 Committed
r197210
: <
http://trac.webkit.org/changeset/197210
>
WebKit Commit Bot
Comment 4
2016-02-26 14:58:53 PST
All reviewed patches have been landed. Closing bug.
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