Bug 151457 - FTL->B3 lowering should support absolute(), double comparisons, and intToDouble()
Summary: FTL->B3 lowering should support absolute(), double comparisons, and intToDoub...
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 12:21 PST by Filip Pizlo
Modified: 2015-11-19 12:27 PST (History)
6 users (show)

See Also:


Attachments
the patch (7.08 KB, patch)
2015-11-19 12:22 PST, Filip Pizlo
benjamin: 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 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