Summary: | ToThis should have a fast path based on type info flags | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> | ||||
Component: | JavaScriptCore | Assignee: | Filip Pizlo <fpizlo> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, keith_miller, mark.lam, msaboff, sbarati | ||||
Priority: | P2 | ||||||
Version: | WebKit Nightly Build | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Filip Pizlo
2016-04-18 12:51:45 PDT
Created attachment 276659 [details]
the patch
Attachment 276659 [details] did not pass style-queue:
ERROR: Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp:3846: Extra space after ( in function call [whitespace/parens] [4]
ERROR: Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp:3901: Extra space after ( in function call [whitespace/parens] [4]
Total errors found: 2 in 10 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Running 32-bit debug tests now... Comment on attachment 276659 [details]
the patch
r=me
I have a trivial fix for 32-bit. Landed in http://trac.webkit.org/changeset/199686 |