Bug 152744

Summary: FTL B3 should do In
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   
Bug Depends on:    
Bug Blocks: 151808    
Attachments:
Description Flags
the patch
none
the patch
msaboff: review+
patch for landing none

Description Filip Pizlo 2016-01-05 11:47:37 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2016-01-05 11:49:02 PST
Created attachment 268299 [details]
the patch
Comment 2 Filip Pizlo 2016-01-05 11:49:56 PST
Created attachment 268300 [details]
the patch
Comment 3 Filip Pizlo 2016-01-05 11:50:57 PST
Comment on attachment 268300 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=268300&action=review

> Source/JavaScriptCore/ftl/FTLLowerDFGToLLVM.cpp:-6099
> -        speculateObject(base, cell);

I'm removing this because it wasn't ever necessary to begin with.  I don't know why this was there.  I'm running extra tests to make sure I didn't break trunk since I'm also removing this in the LLVM case.
Comment 4 Michael Saboff 2016-01-05 11:52:44 PST
Comment on attachment 268300 [details]
the patch

r=me
Comment 5 WebKit Commit Bot 2016-01-05 11:52:59 PST
Attachment 268300 [details] did not pass style-queue:


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


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 Filip Pizlo 2016-01-05 12:12:10 PST
Created attachment 268303 [details]
patch for landing
Comment 7 WebKit Commit Bot 2016-01-05 12:13:05 PST
Attachment 268303 [details] did not pass style-queue:


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


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 8 Filip Pizlo 2016-01-05 12:40:04 PST
Landed in http://trac.webkit.org/changeset/194598