[Webkit-unassigned] [Bug 153457] [mips] YarrJIT: implement generateEnter() and generateReturn()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 9 17:02:23 PST 2016


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

--- Comment #7 from Guillaume Emont <guijemont at igalia.com> ---
(In reply to comment #5)
> Is this change really necessary? AFAIK, there is no need to have such a
> prologue/epilogue in YarrJIT.

Indeed, I am starting to doubt it myself. It seems that o32 only requires a function to create a callframe if it saves stuff on the stack or calls another function. YarrJIT does not seem to call any function, and since it doesn't use any callee-saved register, I think we don't need to create a stack frame here (i.e. we don't need this patch).

-- 
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/20160210/875f88e8/attachment.html>


More information about the webkit-unassigned mailing list