[Webkit-unassigned] [Bug 164353] Wasm Function Parser should have a better API for handling stacks.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 2 17:49:46 PDT 2016


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

--- Comment #1 from Keith Miller <keith_miller at apple.com> ---
I guess I should actually describe this a bit. The current API sometimes has the context return the value it should put on the stack then puts the value on the stack. In other cases the API passes a reference to the entire stack and expects the callee to fix up the stack as needed. We do the latter in the case of ending a block since if we have an if-then-else we need to ensure B3IRGenerator can get and set a variable with the contents of the result.

-- 
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/20161103/b3b06c84/attachment.html>


More information about the webkit-unassigned mailing list