Bug 144634 - FTL SwitchString slow case creates duplicate switch cases
Summary: FTL SwitchString slow case creates duplicate switch cases
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-05 13:14 PDT by Filip Pizlo
Modified: 2015-05-05 13:44 PDT (History)
12 users (show)

See Also:


Attachments
the patch (8.82 KB, patch)
2015-05-05 13:27 PDT, Filip Pizlo
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2015-05-05 13:14:49 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2015-05-05 13:27:18 PDT
Created attachment 252399 [details]
the patch
Comment 2 WebKit Commit Bot 2015-05-05 13:29:21 PDT
Attachment 252399 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/tests/stress/ftl-switch-string-slow-duplicate-cases.js:7:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Geoffrey Garen 2015-05-05 13:40:11 PDT
Comment on attachment 252399 [details]
the patch

r=me
Comment 4 Filip Pizlo 2015-05-05 13:44:26 PDT
Landed in http://trac.webkit.org/changeset/183825