Bug 125092 - run-jsc-stress-tests always copies the VM
Summary: run-jsc-stress-tests always copies the VM
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-02 13:34 PST by Mark Hahnenberg
Modified: 2013-12-02 14:30 PST (History)
0 users

See Also:


Attachments
Patch (2.65 KB, patch)
2013-12-02 13:50 PST, Mark Hahnenberg
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2013-12-02 13:34:24 PST
This can be slow, especially with full debug builds. It should just symlink the VM into the bundle by default and do a full copy only when asked.
Comment 1 Mark Hahnenberg 2013-12-02 13:50:50 PST
Created attachment 218212 [details]
Patch
Comment 2 Mark Hahnenberg 2013-12-02 14:30:48 PST
Committed r159964: <http://trac.webkit.org/changeset/159964>