Bug 178646

Summary: [JSC] Clean up baseline slow path
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, fpizlo, keith_miller, mark.lam, msaboff, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch saam: review+

Description Yusuke Suzuki 2017-10-22 09:04:26 PDT
[JSC] Clean up baseline slow path
Comment 1 Yusuke Suzuki 2017-10-22 09:06:03 PDT
Created attachment 324528 [details]
Patch
Comment 2 Build Bot 2017-10-22 09:07:55 PDT
Attachment 324528 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/jit/JIT.cpp:252:  Non-label code inside switch statements should be indented.  [whitespace/indent] [4]
ERROR: Source/JavaScriptCore/jit/JIT.cpp:261:  Almost always, snprintf is better than strcat.  [security/printf] [4]
Total errors found: 2 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Saam Barati 2017-10-22 09:11:52 PDT
Comment on attachment 324528 [details]
Patch

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

> Source/JavaScriptCore/ChangeLog:9
> +        It is good since (1) we can reduce the manual emitting code and (2) it can clearify which

Typo: should be clarify
Comment 4 Yusuke Suzuki 2017-10-22 09:46:42 PDT
Comment on attachment 324528 [details]
Patch

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

>> Source/JavaScriptCore/ChangeLog:9
>> +        It is good since (1) we can reduce the manual emitting code and (2) it can clearify which
> 
> Typo: should be clarify

Thanks, fixed.
Comment 5 Yusuke Suzuki 2017-10-22 09:47:07 PDT
Committed r223823: <https://trac.webkit.org/changeset/223823>
Comment 6 Radar WebKit Bug Importer 2017-11-15 12:56:02 PST
<rdar://problem/35568436>