Bug 160164 - Speed up make process slightly by improving "list of files" idiom
Summary: Speed up make process slightly by improving "list of files" idiom
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-25 09:09 PDT by Darin Adler
Modified: 2016-07-25 09:38 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.42 KB, patch)
2016-07-25 09:10 PDT, Darin Adler
no flags Details | Formatted Diff | Diff
Patch (4.42 KB, patch)
2016-07-25 09:11 PDT, Darin Adler
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2016-07-25 09:09:06 PDT
Speed up make process slightly by improving "list of files" idiom
Comment 1 Darin Adler 2016-07-25 09:10:59 PDT
Created attachment 284489 [details]
Patch
Comment 2 Darin Adler 2016-07-25 09:11:56 PDT
Created attachment 284490 [details]
Patch
Comment 3 Mark Lam 2016-07-25 09:34:09 PDT
Comment on attachment 284490 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=284490&action=review

r=me

> Source/JavaScriptCore/ChangeLog:11
> +        comparing and regnerating the file containing the list of files each time.

typo: /regnerating/regenerating/

> Source/WebCore/ChangeLog:11
> +        comparing and regnerating the file containing the list of files each time.

Ditto on typo.
Comment 4 Darin Adler 2016-07-25 09:38:09 PDT
Committed r203686: <http://trac.webkit.org/changeset/203686>