Bug 35496 - Opening newsweek.com and youtube.com has become very slow in debug builds
Summary: Opening newsweek.com and youtube.com has become very slow in debug builds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-02-28 11:11 PST by Alexey Proskuryakov
Modified: 2010-02-28 12:05 PST (History)
0 users

See Also:


Attachments
remove consistency checks (1.84 KB, patch)
2010-02-28 11:17 PST, Alexey Proskuryakov
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2010-02-28 11:11:47 PST
HashMap consistency checks introduced in <http://trac.webkit.org/changeset/53957> are too slow in this case.

<rdar://problem/7663444>
Comment 1 Alexey Proskuryakov 2010-02-28 11:17:30 PST
Created attachment 49700 [details]
remove consistency checks

Despite being important, these checks are not meant to make debug builds unlivable...
Comment 2 mitz 2010-02-28 11:20:48 PST
Comment on attachment 49700 [details]
remove consistency checks

r=me
Comment 3 Alexey Proskuryakov 2010-02-28 12:05:26 PST
Committed <http://trac.webkit.org/changeset/55359>.