Bug 154643

Summary: Stackmaps have problems with double register constraints
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch ggaren: review+

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