Bug 151451 - FTL->B3 lowering should support checked int math
Summary: FTL->B3 lowering should support checked int math
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: 151428
  Show dependency treegraph
 
Reported: 2015-11-19 11:41 PST by Filip Pizlo
Modified: 2015-11-19 12:03 PST (History)
5 users (show)

See Also:


Attachments
the patch (15.42 KB, patch)
2015-11-19 11:43 PST, Filip Pizlo
saam: 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-11-19 11:41:11 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2015-11-19 11:43:28 PST
Created attachment 265875 [details]
the patch
Comment 2 WebKit Commit Bot 2015-11-19 11:46:08 PST
Attachment 265875 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/ftl/FTLLowerDFGToLLVM.cpp:9113:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Saam Barati 2015-11-19 12:00:54 PST
Comment on attachment 265875 [details]
the patch

r=me
Comment 4 Filip Pizlo 2015-11-19 12:03:40 PST
Landed in http://trac.webkit.org/changeset/192649