Bug 151457

Summary: FTL->B3 lowering should support absolute(), double comparisons, and intToDouble()
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 151428    
Attachments:
Description Flags
the patch benjamin: review+

Description Filip Pizlo 2015-11-19 12:21:46 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2015-11-19 12:22:45 PST
Created attachment 265882 [details]
the patch
Comment 2 Benjamin Poulain 2015-11-19 12:25:25 PST
Comment on attachment 265882 [details]
the patch

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

> Source/JavaScriptCore/dfg/DFGCommon.h:41
> -#define FTL_USES_B3 0
> +#define FTL_USES_B3 1

Don't forget that one.
Comment 3 Filip Pizlo 2015-11-19 12:27:17 PST
Landed in http://trac.webkit.org/changeset/192651