[Webkit-unassigned] [Bug 163224] [DOMJIT] DOMJIT::Patchpoint should have a way to receive constant folded arguments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 10 11:04:00 PDT 2016


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

--- Comment #1 from Yusuke Suzuki <utatane.tea at gmail.com> ---
Currently, I'm considering the design like,

DOMJIT::Value = DOMJIT::Reg | JSValue (constant)
DOMJIT::Reg = GPRReg | FPRReg | JSValueRegs

And DOMJIT::PatchpointParams stores DOMJIT::Value instead of DOMJIT::Reg.

-- 
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/20161010/dfabeb06/attachment.html>


More information about the webkit-unassigned mailing list