[Webkit-unassigned] [Bug 148913] Add initial support for doubles in WebAssembly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 7 10:02:14 PDT 2015


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

Filip Pizlo <fpizlo at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #260731|review?                     |review+
              Flags|                            |

--- Comment #4 from Filip Pizlo <fpizlo at apple.com> ---
Comment on attachment 260731
  --> https://bugs.webkit.org/attachment.cgi?id=260731
Patch

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

> Source/JavaScriptCore/wasm/WASMFunctionCompiler.h:235
> +#if CPU(X86_64) || CPU(ARM64)

We should use some combined condition that means 64-bit. Usually in JSC we use JSVALUE64 as such a condition.

-- 
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/20150907/fefaf9a1/attachment.html>


More information about the webkit-unassigned mailing list