[Webkit-unassigned] [Bug 149080] Implement the relational instructions for floats in WebAssembly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 11 17:11:05 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=149080

Geoffrey Garen <ggaren at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #261032|review?                     |review+, commit-queue+
              Flags|                            |

--- Comment #2 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 261032
  --> https://bugs.webkit.org/attachment.cgi?id=261032
Patch

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

r=me

> Source/JavaScriptCore/wasm/WASMFunctionCompiler.h:546
> +        Jump trueCase = branchDouble(condition, FPRInfo::fpRegT0, FPRInfo::fpRegT1);

It would be nice to use a simple compare rather than a compare-and-branch. But it looks like our assembler doesn't currently support that :(.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150912/4a863a6d/attachment-0001.html>


More information about the webkit-unassigned mailing list