[Webkit-unassigned] [Bug 149340] Implement type conversion instructions in WebAssembly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 18 13:42:05 PDT 2015


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

--- Comment #6 from Sukolsak Sakshuwong <sukolsak at gmail.com> ---
(In reply to comment #4)
> temporaryAddress(m_tempStackTop - 1) is basically the address of
> temporaries[m_tempStackTop - 1].

The "temporaryAddress(m_tempStackTop - i)" idiom will go away when I implement peephole optimization. I will need to find where values are stored from the arguments and the return values.

-- 
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/20150918/5ee2549c/attachment.html>


More information about the webkit-unassigned mailing list