Bug 154643 - Stackmaps have problems with double register constraints
Summary: Stackmaps have problems with double register constraints
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-24 10:34 PST by Filip Pizlo
Modified: 2016-02-25 10:08 PST (History)
5 users (show)

See Also:


Attachments
the patch (2.93 KB, patch)
2016-02-24 10:36 PST, 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 2016-02-24 10:34:55 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2016-02-24 10:36:00 PST
Created attachment 272117 [details]
the patch
Comment 2 WebKit Commit Bot 2016-02-24 10:38:29 PST
Attachment 272117 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/b3/testb3.cpp:10442:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/JavaScriptCore/b3/testb3.cpp:10449:  Consider using CHECK_EQ instead of CHECK(a == b)  [readability/check] [2]
Total errors found: 2 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Geoffrey Garen 2016-02-24 10:41:23 PST
Comment on attachment 272117 [details]
the patch

r=me
Comment 4 Filip Pizlo 2016-02-25 10:08:51 PST
Landed in http://trac.webkit.org/changeset/197037