Bug 156517 - Lets not iterate over the constant pool twice every time we link a code block
Summary: Lets not iterate over the constant pool twice every time we link a code block
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-12 14:01 PDT by Saam Barati
Modified: 2016-04-12 15:42 PDT (History)
11 users (show)

See Also:


Attachments
patch (7.05 KB, patch)
2016-04-12 14:08 PDT, Saam Barati
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2016-04-12 14:01:57 PDT
We had a second iteration just to find the symbol tables and clone them.
Lets just combine the two iterations.
Comment 1 Saam Barati 2016-04-12 14:08:31 PDT
Created attachment 276274 [details]
patch
Comment 2 Mark Lam 2016-04-12 14:12:53 PDT
Comment on attachment 276274 [details]
patch

r=me
Comment 3 WebKit Commit Bot 2016-04-12 15:42:00 PDT
Comment on attachment 276274 [details]
patch

Clearing flags on attachment: 276274

Committed r199394: <http://trac.webkit.org/changeset/199394>
Comment 4 WebKit Commit Bot 2016-04-12 15:42:06 PDT
All reviewed patches have been landed.  Closing bug.