Bug 131189 - REGRESSION: PCE.js is 20x slower in WebKit2 because timers are throttled
Summary: REGRESSION: PCE.js is 20x slower in WebKit2 because timers are throttled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-04-03 16:10 PDT by Michael Saboff
Modified: 2014-04-16 14:35 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.82 KB, patch)
2014-04-03 16:23 PDT, Michael Saboff
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2014-04-03 16:10:32 PDT
The WebContent processes on iOS is throttled when not updating the screen.
Comment 1 Michael Saboff 2014-04-03 16:10:46 PDT
<rdar://problem/16459963>
Comment 2 Michael Saboff 2014-04-03 16:23:39 PDT
Created attachment 228555 [details]
Patch
Comment 3 Geoffrey Garen 2014-04-03 16:39:36 PDT
Comment on attachment 228555 [details]
Patch

r=me
Comment 4 Michael Saboff 2014-04-03 16:56:30 PDT
Committed r166754: <http://trac.webkit.org/changeset/166754>
Comment 5 Gavin Barraclough 2014-04-16 14:35:24 PDT
Rolled out in r167386; this workaround is no longer necessary.